xp4xbox / Python-Backdoor

This project is a cross-platform backdoor/reverse shell and post-exploitation tool written in Python3
GNU General Public License v3.0
714 stars 205 forks source link

FileNotFoundError: #13

Closed khodepratik1 closed 5 years ago

khodepratik1 commented 5 years ago

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 commented 5 years ago

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

xp4xbox commented 5 years ago

Fixed in latest commit