Message1
| Author |
mwh |
| Recipients |
| Date |
2000年06月16日.23:33:53 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Freshly built python:
[mwh21@atrus build]$ PYTHONSTARTUP= ./python -U
'import site' failed; use -v for traceback
Python 1.6a2 (#1, Jun 17 2000, 00:21:58) [GCC 2.95.1 19990816/Linux (release)] on linux2
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
Copyright 1995-2000 Corporation for National Research Initiatives (CNRI)
>>> eval("1")
Traceback (most recent call last):
File "<stdin>", line 1, in ?
TypeError: eval() argument 1 must be string or code object
(this is also why the import site fails).
exec is also broken. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 13:49:01 | admin | link | issue207608 messages |
| 2007年08月23日 13:49:01 | admin | create |
|