missing standard libraries in 2.5.0.0 on OS X
by Chris Fonnesbeck other posts by this author
Apr 17 2007 8:28PM messages near this date
view in the new Beta List Site
ANN: ActivePython 2.5.1.1 is now available
|
Re: missing standard libraries in 2.5.0.0 on OS X
The 2.5.0.0 release on the Mac appears to be missing some standard libs:
'import site' failed; use -v for traceback
ActivePython 2.5.0.0 (ActiveState Software Inc.) based on
Python 2.5 (r25:51908, Mar 9 2007, 17:40:37)
[GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
> >> import os
Traceback (most recent call last):
File "<stdin> ", line 1, in <module>
ImportError: No module named os
> >>
Thread:
Chris Fonnesbeck
Trent Mick
|