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 pitrou
Recipients amaury.forgeotdarc, christian.heimes, gvanrossum, loewis, nnorwitz, pitrou, rasky
Date 2008-05-09.08:55:38
SpamBayes Score 0.001585193
Marked as misclassified No
Message-id <1210323345.71.0.352641644651.issue1342@psf.upfronthosting.co.za>
In-reply-to
Content
There are some problems under Linux too:

$ pwd
/home/antoine/py3k/héhé
$ ./python
Fatal Python error: Py_Initialize: can't initialize sys standard streams
Traceback (most recent call last):
  File "/home/antoine/py3k/pristine/Lib/encodings/__init__.py", line 32,
in <module>
TypeError: zipimporter() argument 1 must be string without null bytes,
not str
Abandon
History
Date User Action Args
2008-05-09 08:55:47pitrousetspambayes_score: 0.00158519 -> 0.001585193
recipients: + pitrou, gvanrossum, loewis, nnorwitz, amaury.forgeotdarc, christian.heimes, rasky
2008-05-09 08:55:46pitrousetspambayes_score: 0.00158519 -> 0.00158519
messageid: <1210323345.71.0.352641644651.issue1342@psf.upfronthosting.co.za>
2008-05-09 08:55:43pitroulinkissue1342 messages
2008-05-09 08:55:39pitroucreate