[Pythonmac-SIG] PackMan issues
Kevin Ollivier
kevino at tulane.edu
Tue Nov 4 10:30:29 EST 2003
On Nov 4, 2003, at 5:55 AM, Bob Ippolito wrote:
>
> 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?
The hack solution for now is for me to use a wxPython built on Jaguar
<G>. I'll rebuild and post sometime, probably sometime today. I'll also
switch the link to /usr/bin/python which should solve the
/Sys/Lib/Frameworks problem. I've seen discussions of this issue
(static linking of libiconv) so I will revisit them and see if they
have a solution for this issue already.
Thanks,
Kevin
More information about the Pythonmac-SIG
mailing list