Hello everyone, I am trying to use py2app with multiprocessing but it doesn't work correctly, I get this :

ImportError: '/System/Library/Frameworks/Python.framework/Versions/2.5/lib-dynload/multiprocessing/_multiprocessing.so' not found

I don't understand why it is looking for that there since multiprocessing is not installed there. I told it to include the multiprocessing package and it doesn't complain when I run python setup.py py2app.

Does anyone have an idea?

Thanks,
Gabriel
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to