[Stackless] Mac Stackless missing _locale?

Tim Kientzle tim at metaweb.com
Wed Jun 20 00:56:38 CEST 2007


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



More information about the Stackless mailing list