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 ronaldoussoren
Recipients grobian, hynek, ned.deily, ronaldoussoren
Date 2012-12-31.13:35:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356960928.02.0.251776017945.issue16591@psf.upfronthosting.co.za>
In-reply-to
Content
The patch can cause problems when either DYLD_LIBRARY_PATH or the current working directory contains whitepace, a better fix is:

RUNSHARED=DYLD_LIBRARY_PATH="`pwd`:${DYLD_LIBRARY_PATH}"

(That is, replace the single quotes by double quotes)
History
Date User Action Args
2012-12-31 13:35:28ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, grobian, hynek
2012-12-31 13:35:28ronaldoussorensetmessageid: <1356960928.02.0.251776017945.issue16591@psf.upfronthosting.co.za>
2012-12-31 13:35:28ronaldoussorenlinkissue16591 messages
2012-12-31 13:35:27ronaldoussorencreate