Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileNotFoundError: #13

Closed
khodepratik1 opened this issue Jun 26, 2019 · 2 comments
Closed

FileNotFoundError: #13

khodepratik1 opened this issue Jun 26, 2019 · 2 comments
Labels

Comments

@khodepratik1
Copy link

OS: [e.g. Windows 10]
Commit/Build: [e.g. b227928]

FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\Shri\AppData\Roaming/pyinstaller'

Traceback (most recent call last):
File "C:\Users\Shri\Downloads\Python-Backdoor-master\Python-Backdoor-master\setup.py", line 115, in
shutil.rmtree(os.environ["APPDATA"] + "/pyinstaller")
File "C:\Users\Shri\AppData\Local\Programs\Python\Python37-32\lib\shutil.py", line 513, in rmtree
return _rmtree_unsafe(path, onerror)
File "C:\Users\Shri\AppData\Local\Programs\Python\Python37-32\lib\shutil.py", line 374, in _rmtree_unsafe
onerror(os.scandir, path, sys.exc_info())
File "C:\Users\Shri\AppData\Local\Programs\Python\Python37-32\lib\shutil.py", line 371, in _rmtree_unsafe
with os.scandir(path) as scandir_it:
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\Shri\AppData\Roaming/pyinstaller'

@xp4xbox
Copy link
Owner

xp4xbox commented Jul 25, 2019

Try re-installing pyinstaller, it has something to do with the path you installed it to.

@xp4xbox xp4xbox added the Help label Jul 25, 2019
@xp4xbox
Copy link
Owner

xp4xbox commented Aug 28, 2019

Fixed in latest commit

@xp4xbox xp4xbox closed this as completed Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants