Closed
Description
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
Labels
No labels