Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

AttributeError: module 'os' has no attribute 'geteuid' #117

Open
kulterryan opened this issue Jan 18, 2021 · 1 comment
Open

AttributeError: module 'os' has no attribute 'geteuid' #117

kulterryan opened this issue Jan 18, 2021 · 1 comment

Comments

@kulterryan
Copy link

C:\Users\xxxxxx\Downloads\torghost-3.1.1>torghost.py
Traceback (most recent call last):
File "C:\Users\aryan\Downloads\torghost-3.1.1\torghost.py", line 259, in
main()
File "C:\Users\aryan\Downloads\torghost-3.1.1\torghost.py", line 233, in main
check_root()
File "C:\Users\aryan\Downloads\torghost-3.1.1\torghost.py", line 86, in check_root
if os.geteuid() != 0:
AttributeError: module 'os' has no attribute 'geteuid'

@canbooo
Copy link

canbooo commented Feb 6, 2021

It is not available on Windows, check this answer for more information.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants