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 ned.deily
Recipients ned.deily, rzn8tr
Date 2011-09-11.16:08:35
SpamBayes Score 0.0009880874
Marked as misclassified No
Message-id <1315757316.68.0.219297921497.issue12956@psf.upfronthosting.co.za>
In-reply-to
Content
gcc -o Python.framework/Versions/2.7/Python   -dynamiclib \
		-all_load libpython2.7.a -Wl,-single_module \
		-install_name /tmp/a/empty space/Python.framework/Versions/2.7/Python \
		-compatibility_version 2.7 \
		-current_version 2.7;
i686-apple-darwin11-llvm-gcc-4.2: space/Python.framework/Versions/2.7/Python: No such file or directory
History
Date User Action Args
2011-09-11 16:08:36ned.deilysetrecipients: + ned.deily, rzn8tr
2011-09-11 16:08:36ned.deilysetmessageid: <1315757316.68.0.219297921497.issue12956@psf.upfronthosting.co.za>
2011-09-11 16:08:36ned.deilylinkissue12956 messages
2011-09-11 16:08:35ned.deilycreate