pyInstaller package creation for windows raises missing module

30 views
Skip to first unread message

Bob Limestone

unread,
Oct 11, 2022, 8:56:27 AM10/11/22
to PyInstaller
Hi,


PyInstaller doesn't recognize the module in a subdirectory. I've tried a number of different ways to get the 'paths' recognized.

Hope someone is able to offer a simple solution.

Thanks.

bwoodsend

unread,
Oct 12, 2022, 2:32:51 AM10/12/22
to PyInstaller

It works first go for me.

git clone g...@github.com:aggerdom/screenruler.git
mv screenruler/main.py screenruler/screenruler.py
pyinstaller --windowed --onefile screenruler/screenruler.py
./dist/screenruler
Reply all
Reply to author
Forward
0 new messages