Closed wufflepuff closed 3 years ago
It's not canceling, something is wrong with Pyinstaller. Try running the setup in a PowerShell window or cmd. Right-click hold shift, open PowerShell window here, then type python setup.py
. Tell show me the output where it cancels.
It says (in german): The system can not find the path specified.
On line 5 add print(python_path)
in setup.py and show me the output. Looks like pyinstaller isnt being found
still the same
wait here C:\Users\Sean\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0
👽👽👽👽👽👽👽👽👽👽👽👽👽👽👽👽
The problem is it cant find your pyinstaller location, can you search for pyinstaller and see where the folder is on your computer?
@wufflepuff
Hey i have the same problem...I only have the Pyinstaller.exe and i downloaded it with your requirements
@Rezureaxx can you find where your pyinstaller location is?
3d814bf
type---------- os.system("cd " + python_path) os.system("pyinstaller client.py " + strUPX + " --hidden-import pynput.keyboard._win32 --hidden-import pynput.mouse._win32 --exclude-module FixTk --exclude-module tcl --exclude-module tk " "--exclude-module _tkinter --exclude-module tkinter --exclude-module Tkinter " "--onefile --windowed") instead of----------- os.system(python_path + "\pyinstaller\" client.py " + strUPX + " --hidden-import pynput.keyboard._win32 --hidden-import pynput.mouse._win32 --exclude-module FixTk --exclude-module tcl --exclude-module tk " "--exclude-module _tkinter --exclude-module tkinter --exclude-module Tkinter " "--onefile --windowed") line number 177
OS: [e.g. Windows 10] Commit/Build: [e.g. b227928]
It says Press Enter to skip but when i press enter it cancel the setup.