This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients Arfrever, brett.cannon, r.david.murray, skrah, vstinner
Date 2012-04-20.15:25:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334935541.89.0.43381857446.issue14627@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-04-20 15:25:41skrahsetrecipients: + skrah, brett.cannon, vstinner, Arfrever, r.david.murray
2012-04-20 15:25:41skrahsetmessageid: <1334935541.89.0.43381857446.issue14627@psf.upfronthosting.co.za>
2012-04-20 15:25:41skrahlinkissue14627 messages
2012-04-20 15:25:41skrahcreate