[Pythonmac-SIG] 4Suite install - linker issues

Joel Bender jjb5@cornell.edu
Thu, 13 Mar 2003 17:13:07 -0500


Chris wrote:

>I don't know about ld in particular, but there was a Developer tools
>release in December 2002. You want to download that from Apple.

Thank you, that helped.  I'm still getting linker related errors, but 
I'm crawling my way up the learning curve.

In general, if I'm getting "ImportError: Failure linking new module", 
how would you recommend I get more information about the problem? 
For example, can I catch this error and get a list of where and how 
it is searching for a module?

I'm guessing that I look through the path for libraries, open the 
library and see if it has a matching symbol.  There is a 
__packageInfo__.py file that has some interesting looking stuff in 
it...


Joel