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, pitrou, r.david.murray, ronaldoussoren, vdupras
Date 2010-11-14.17:19:33
SpamBayes Score 9.008711e-06
Marked as misclassified No
Message-id <1289755175.11.0.494449984492.issue10418@psf.upfronthosting.co.za>
In-reply-to
Content
Be careful when running a framework build from the build directory without installing it.  Chances are you are actually dynamically linking to an older existing framework in /Library/Frameworks.  (Try looking at sys.modules to see what I mean.)  You'll either need to temporarily move the old fw out of the way and do the install or use a different fw path to configure or don't use a fw build.
History
Date User Action Args
2010-11-14 17:19:35ned.deilysetrecipients: + ned.deily, ronaldoussoren, pitrou, vdupras, r.david.murray
2010-11-14 17:19:35ned.deilysetmessageid: <1289755175.11.0.494449984492.issue10418@psf.upfronthosting.co.za>
2010-11-14 17:19:33ned.deilylinkissue10418 messages
2010-11-14 17:19:33ned.deilycreate