Module Not Found Error(again) #8461
Replies: 3 comments 6 replies
-
If you want to see all code,please go to:https://github.com/Leonmmcoset/cmdsystem/tree/main/bin |
Beta Was this translation helpful? Give feedback.
-
You seem pretty determined not to make life easy for yourself. I suggest you use a terminal, activate the virtual environment, stop using |
Beta Was this translation helpful? Give feedback.
-
In addition to what Brénainn said, this "run custom script from external file that is collected as data file" approach means that none your "application" scripts undergo dependency analysis - so you will need to deal with missing modules yourself, by explicitly adding them all to hiddenimports. |
Beta Was this translation helpful? Give feedback.
-
Another problem after #8449
This is generator code:
app.py code:
I am running on Pycharm an it's OK!
But .exe isn't good
error:No module named 'appname'
I am about fixing 7 days and didn't find the problem!!!
PLEASE HELP!!!!!!!!!!!!!!!!!!!
Beta Was this translation helpful? Give feedback.
All reactions