[Pythonmac-SIG] PackMan issues

Bob Ippolito bob at redivi.com
Tue Nov 4 08:55:53 EST 2003


On Nov 4, 2003, at 4:11, Just van Rossum wrote:

> Kevin Ollivier wrote:
>
>> I've just posted a new release of wxPackMan at:
>>
>> http://www.theolliviers.com/python/wxpm
--cut--
> ImportError: Failure linking new module: /usr/lib/libiconv.2.dylib:
> dyld:
> /Volumes/TitaData/Users/just/Desktop/wxPackageManager.app/Contents/ 
> MacOS
> /wxPackageManager can't open library: /usr/lib/libiconv.2.dylib  (No
> such file or directory, errno = 2)
>
> Maybe this is just proof that --semi-standalone apps built with
> Panther's Python simply won't work on Jag, even if it has
> Python.framework installed. Not sure what to suggest right now.

This is a wxWindows thing..  libiconv is present in Panther, it's not  
in Jaguar.  If wxWindows were forced to link to a static libiconv this  
would probably have worked.  perhaps setenv MACOSX_DEPLOYMENT_TARGET  
10.2 and then the necessary /Developer/SDKs -L and -F incantations are  
in order?

-bob




More information about the Pythonmac-SIG mailing list