Stefan Krah <stefan-use...@bytereef.org> added the comment:

Hmm, I've managed to produce the error with 3.1:

$ python3.1
Fatal Python error: Py_Initialize: can't initialize sys standard streams
Traceback (most recent call last):
  File "/usr/lib/python3.1/io.py", line 60, in <module>
    import _io
  File "/usr/lib/python3.1/os.py", line 380, in <module>
    from _abcoll import MutableMapping  # Can't use collections (bootstrap)
  File "/usr/lib/python3.1/encodings/iso8859_15.py", line 14, in decode
    def decode(self,input,errors='strict'):
KeyboardInterrupt
Aborted

----------
nosy: +skrah

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14627>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to