[Pythonmac-SIG] py2app & multiprocessing

Gabriel Rossetti gabriel.rossetti at arimaz.com
Wed Aug 12 16:41:16 CEST 2009


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


More information about the Pythonmac-SIG mailing list