-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi there! Thanks for making this! I tried following your instructions to get this working, but have been unable to get it to work so far.
I have done the following steps:
- Installed python on my Windows 11 machine
- UNzipped and placed the glpk libs at C:\Temp\glpk-4.65
- Added this as an environment variable:
- Restarted
- Run
pip install -r requirements.txtandpip install pyinstaller(both which succeeded)
At this point running python gui.py produced:
Running pyinstaller --onefile --windowed --icon=icon.ico --collect-all pyomo --name SatisfactoryPlanner --distpath . gui.py seems to have succeeded and produced 'SatisfactoryPlanner.exe'. However, trying to run it does nothing. If it's launching, it's immediately terminating without any console output.
Do you have any idea what i may have done wrong here?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

