-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py2app #30
Comments
I solve the missing uuid module problem: 16/11/2016 22:03:42,970 wxUploadRider[4940]: from aafrider.aafrider import AafReader |
It looks like it can find aaf sdk libs, you probable need to pack them as well. |
Thanks, As i mentioned it in my setup.py, aaf lib was already copied in the aaf folder. I've add the frameworks key which copy all libs in archive Framework folder. `Usage: APP = ['/Users/rolandduboue/PycharmProjects/appliCliente/Vue/wxUploadRider.py'] setup( |
Hi,
I'm trying to make a .app of my script with py2app.
I managed making .app with scripts which not refer to pyaaf lib.
My script works well on terminal...
When I try to run my new application (.app), it doesn't start an console says:
14/11/2016 13:07:23,285 Mn_Confo[27844]: from . import core
14/11/2016 13:07:23,285 Mn_Confo[27844]: File "aaf/util.pxd", line 20, in init aaf.core (aaf/core.cpp:1340)
14/11/2016 13:07:23,285 Mn_Confo[27844]: File "aaf/util.pyx", line 12, in init aaf.util (aaf/util.cpp:15827)
14/11/2016 13:07:23,285 Mn_Confo[27844]: ImportError: No module named uuid
14/11/2016 13:07:23,350 Mn_Confo[27844]: Mn_Confo Error
Is it the same on your computers? Have you any idea?
Thanks
The text was updated successfully, but these errors were encountered: