Message158782
| Author |
vstinner |
| Recipients |
brett.cannon, vstinner |
| Date |
2012年04月20日.00:01:21 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1334880082.24.0.373368528623.issue14627@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
If you press CTRL+c while Python is starting, you may get such error:
^CFatal Python error: Py_Initialize: can't initialize sys standard streams
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 990, in _find_and_load
File "<frozen importlib._bootstrap>", line 571, in load_module
File "<frozen importlib._bootstrap>", line 228, in module_for_loader_wrapper
File "<frozen importlib._bootstrap>", line 456, in _load_module
File "/home/haypo/prog/python/default/Lib/io.py", line 90, in <module>
RawIOBase.register(FileIO)
File "/home/haypo/prog/python/default/Lib/abc.py", line 155, in register
if issubclass(subclass, cls):
File "/home/haypo/prog/python/default/Lib/abc.py", line 201, in __subclasscheck__
elif subclass in cls._abc_negative_cache:
KeyboardInterrupt
Abandon |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年04月20日 00:01:22 | vstinner | set | recipients:
+ vstinner, brett.cannon |
| 2012年04月20日 00:01:22 | vstinner | set | messageid: <1334880082.24.0.373368528623.issue14627@psf.upfronthosting.co.za> |
| 2012年04月20日 00:01:21 | vstinner | link | issue14627 messages |
| 2012年04月20日 00:01:21 | vstinner | create |
|