Skip to content

Getting an exception if I try to run fsgmain command #42

Closed
@bjarcdevs

Description

@bjarcdevs

OS: Ubuntu 24.10 and MacOS Ventura 13.7.1
Python was installed using pyenv.
This happens on Python 3.12.4 and 3.13.0.

If I run fsgmain command, I get the following Exception:

Traceback (most recent call last):
  File "/private/tmp/test/.venv/bin/fsgmain", line 5, in <module>
    from FreeSimpleGui.FreeSimpleGui import _main_entry_point
ModuleNotFoundError: No module named 'FreeSimpleGui'

As a workaround, I modified import in .venv/bin/fsgmain file to:
from FreeSimpleGUI import _main_entry_point

Other fsg commands are also impacted: fsghelp, fsgissue, fsgsettings, and fsgver (same workaround works).

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