This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dev66
Recipients asksol, dev66, jnoller, ned.deily, ronaldoussoren
Date 2011-02-26.21:45:33
SpamBayes Score 0.0038839001
Marked as misclassified No
Message-id <1298756735.54.0.731141469437.issue11334@psf.upfronthosting.co.za>
In-reply-to
Content
seems the multiprocessing issue was produced by the dynamic_lookup 
parameter in the LDFLAGS...
after removing this, "import multiprocessing" works...

thanks


> export LDFLAGS="-Wall -undefined dynamic_lookup -arch i386"
History
Date User Action Args
2011-02-26 21:45:35dev66setrecipients: + dev66, ronaldoussoren, ned.deily, jnoller, asksol
2011-02-26 21:45:35dev66setmessageid: <1298756735.54.0.731141469437.issue11334@psf.upfronthosting.co.za>
2011-02-26 21:45:33dev66linkissue11334 messages
2011-02-26 21:45:33dev66create