Skip to content

Unable to run (python errors) #6

@CyrusNajmabadi

Description

@CyrusNajmabadi

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:

  1. Installed python on my Windows 11 machine
  2. UNzipped and placed the glpk libs at C:\Temp\glpk-4.65
  3. Added this as an environment variable:

Image

  1. Restarted
  2. Run pip install -r requirements.txt and pip install pyinstaller (both which succeeded)

At this point running python gui.py produced:

Image

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions