trackerjacker icon indicating copy to clipboard operation
trackerjacker copied to clipboard

os.getuid is not available in windows 10

Open sethupavan12 opened this issue 4 years ago • 0 comments

Installing the package into my anaconda navigator terminal and when tried the -h function this is the error I am getting it would be really helpful if u could cross platform it C:\Users\sethu> trackerjacker -h Traceback (most recent call last): File "c:\users\sethu\anaconda3\lib\runpy.py", line 194, in _run_module_as_main return run_code(code, main_globals, None, File "c:\users\sethu\anaconda3\lib\runpy.py", line 87, in run_code exec(code, run_globals) File "C:\Users\sethu\anaconda3\Scripts\trackerjacker.exe_main.py", line 7, in File "c:\users\sethu\anaconda3\lib\site-packages\trackerjacker_main.py", line 285, in main if not os.getuid() == 0: AttributeError: module 'os' has no attribute 'getuid'

sethupavan12 avatar Sep 30 '20 16:09 sethupavan12