Re: missing standard libraries in 2.5.0.0 on OS X
by Trent Mick other posts by this author
Apr 18 2007 10:03AM messages near this date
view in the new Beta List Site
missing standard libraries in 2.5.0.0 on OS X
|
Patrick J FINNEGAN is out of the office.
Chris Fonnesbeck wrote:
> The 2.5.0.0 release on the Mac appears to be missing
> some standard libs:
>
> 'import site' failed; use -v for traceback
I suspect this might be indicative of the problem.
> 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
> >>>
Could you run with the "-v" option?
Trent
--
Trent Mick
trentm at activestate.com
_______________________________________________
ActivePython mailing list
ActivePython@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython
Thread:
Chris Fonnesbeck
Trent Mick
|