[Stackless] Mac Stackless missing _locale?

Jeff Senn senn at maya.com
Wed Jun 20 15:38:16 CEST 2007


Yep.  I didn't notice before (and apparently no unit test points
it out drastically enough for me to notice)...
_locale didn't build for me using the standard build script.

I get this:

*** WARNING: renaming "_locale" since importing it failed: dlopen 
(build/lib.macosx-10.3-fat-2.5/_locale.so, 2): Symbol not found:  
_libintl_bindtextdomain
   Referenced from: build/lib.macosx-10.3-fat-2.5/_locale.so
   Expected in: dynamic lookup

[Just in case someone comes across this post: the reason was because
I had a /usr/local/lib/libintl*.dylib  -- which apparently got installed
along with some unrelated build of something.  The build script READMEs
mention being careful about /opt/local but not /usr/local... not  
surprisingly
it is an issue as well. (Temporarily) renaming my /usr/local aside
allowed me to build.]

Note: If you have the Developer Tools, you can build the DMG from source
by using the script in Mac/BuildScript/build_installer.py

Tim (and Richard, so you can update the website)- I'll send you a link
to a new binary in a separate message.

-Jas


On Jun 19, 2007, at 6:56 PM, Tim Kientzle wrote:

> Is something missing from the current Mac OS X distribution of
> Stackless?
>
> After installing stackless-2.5.1-macosx2007-05-24.dmg:
>
> $ python
> Python 2.5.1 Stackless 3.1b3 060516 (python-2.51:55546, May 24 2007,
> 08:50:09)
> [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import _locale
> Traceback (most recent call last):
>    File "<stdin>", line 1, in <module>
> ImportError: No module named _locale
>>>>
>
>
> Using the current python-2.5.1-macosx.dmg installer from python.org:
>
> $ python
> Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04)
> [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import _locale
>>>>
>
> I found this trying to install 4Suite-XML-1.0.2.tar.bz2, which
> apparently uses _locale.
>
> Tim Kientzle
>
>
> _______________________________________________
> Stackless mailing list
> Stackless at stackless.com
> http://www.stackless.com/mailman/listinfo/stackless
>


_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list