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 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:01adminlinkissue207608 messages
2007-08-23 13:49:01admincreate