Anand Balachandran Pillai wrote: > After commenting out the code which catches the ImportError, > this is the trace. > > [EMAIL PROTECTED] ~]$ python3 > Fatal Python error: Py_Initialize: can't initialize sys standard streams > Traceback (most recent call last): > File "/usr/local/lib/python3.0/io.py", line 63, in <module> > import warnings > File "/usr/local/lib/python3.0/warnings.py", line 268, in <module> > from _warnings import (filters, default_action, once_registry, > ImportError: No module named _warnings > Aborted
Looks like you should rebuild your Python and check for build errors in the _warnings module. Stefan _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com