GateOne icon indicating copy to clipboard operation
GateOne copied to clipboard

Unable to install gateone on windows

Open ravinsharma12345 opened this issue 10 years ago • 2 comments

Hi,

I cloned the gateone repo from github to my window machine, and tried to install it. I can't get pass this error.

Traceback (most recent call back): File "./setup.py", line 212, in (module) if os.getuid() == 0 and not skip_init: AttributeError: 'module object has no attribute 'getuid'

I have python 3.4.3 installed and tornado 2.2 installed

ravinsharma12345 avatar Mar 06 '15 02:03 ravinsharma12345

I too have the same issue with Python 2.7.2. I even have a linux like environment created with msys installed under mingw32.

$ python setup.py install --prefix=/home/duttad/GateOne/ Traceback (most recent call last): File "setup.py", line 211, in if os.getuid() == 0 and not skip_init: AttributeError: 'module' object has no attribute 'getuid'

@ravinsharma7 Did you get any help from google so far on this ? If yes, then can you please share ?

DJD-Code-Studio avatar Aug 12 '17 19:08 DJD-Code-Studio

getuid() seems to be a Linux/Unix only thing. Will Docker work?

gmkbenjamin avatar Jan 22 '19 23:01 gmkbenjamin