I don't know the answer to this question, but I wanted to warn you: be careful using multiprocessing with PyObjc. I never was able to get it into a easy test case, but sometimes one or more of my multiprocessing processes would never return when used in conjunction with PyObjc, and the program would endlessly loop waiting for results. I eventually had to move all of the multiprocessing to an external process launched with Popen.

dan


On Aug 12, 2009, at 10:41a, Gabriel Rossetti wrote:

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

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

Reply via email to