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 barry
Recipients
Date 2002-09-30.15:54:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=12800

Ok, if Python 2.3's setup.py provides the ImportError
diagnostics, then  agree that's most of what you need. 
You'll see the ld.so error so that should be a strong
indication that you're linking against a library in a
non-standard location.  I also seem to recall that Python
2.3 doesn't remove the .so, but instead moves it aside so
that's also enough because then you can use ldd and other
tools to figure out what it should have been linking to.

I'm not sure it's worth porting all this back to Python
2.2.2, so I'm closing this issue.
History
Date User Action Args
2007-08-23 14:01:55adminlinkissue565710 messages
2007-08-23 14:01:55admincreate