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 jackjansen
Recipients
Date 2004-06-25.10:55:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=45365

Brett,
you want the _NSGetExecutablePath code for non-framework builds as 
well as for framework builds. I can't test right now, but I assume that  
using
#ifdef __APPLE__
#include <mach-o/dyld.h>
#endif
at the top (in stead of the #ifdef WITH_NETX_FRAMEWORK that's there 
right now) should do the trick. Could you check this, and check in the fix 
if it works, please?
History
Date User Action Args
2007-08-23 14:22:51adminlinkissue978645 messages
2007-08-23 14:22:51admincreate