[Pythonmac-SIG] Panther build has locale problem on Jaguar

Jack Jansen Jack.Jansen at cwi.nl
Fri Dec 5 04:05:01 EST 2003


On 4-dec-03, at 15:08, Bob Swerdlow wrote:

> I'm using bundlebuilder on a machine with Panther to create a 
> standalone
> python application.  When I run it on a Panther machine, it works fine.
> However, if I try to run the application under Jaguar, I get this 
> error:
>
> dyld: /Applications/Goombah.app/Contents/MacOS/Goombah Undefined
> symbols:Python undefined reference to _nl_langinfo expected to be 
> defined in
> /usr/lib/libSystem.B.dylib

Did you build Python yourself on Panther? If so, you should look at the
cross-development stuff, which allows you to build on Panther but for 
deployment
on Jaguar.

Hmm, even if you used Apple's Python you probably have this same 
problem,
because I think we can be pretty sure they didn't build for 10.2
compatibility.

Try loading the MacPython Jaguar distribution and using that to build 
your
standalone application. I think that should work.
--
Jack Jansen, <Jack.Jansen at cwi.nl>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma 
Goldman




More information about the Pythonmac-SIG mailing list