Replies: 1 comment
-
Thanks for sharing this! I do this from time to time to package modules/libraries 🏄 I've got a decent example of doing it here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey ! I want to share with you a workaround to build an
.exe
file for a python package using relative imports.I have a project called Wallme on Github which is a pip package. I want to create an
.exe
file withauto-py-to-exe
to allow non-dev users to use it. As script location, I used mymain.py
which is the entry point of my package. The.exe
is built but when I run it, I get the following error:This is not an
auto-py-to-exe
error, it ispyinstaller
related. I found this issue to bypass the error.I can tell you it's working for me.
Beta Was this translation helpful? Give feedback.
All reactions