Closed md4956 closed 6 years ago
Have you tried moving the appJar folder out of venv folder? I tried to package once before on Mac and it worked, however my appJar folder was not in the venv folder but rather in the projects folder.
Thank you so much for your solution, It worked on my Mac now.
Hi, cant packaging the app,
I tried so much to import appJar from my venv folder in the app's directory. could you please tell me how should i import it ?
this is what i'm entering in mac terminal:
pyinstaller -F -w -p venv/lib/python3.6/site-packages/appJar/ md_app.py