Mail Archives: cygwin/2001/09/14/00:24:51
My script: make-version.py looks like this (shorter than original,
probably only the first line will produce this error):
======================================================
import re
import sys
This is the output:
===================
$ python ./stepmake/bin/make-version.py
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "./stepmake/bin/make-version.py", line 2, in ?
import re
ImportError: No module named re
$ python -v ./stepmake/bin/make-version.py
'import site' failed; traceback:
ImportError: No module named site
Python 2.1.1 (#2, Aug 23 2001, 10:41:44)
[GCC 2.95.3-5 (cygwin special)] on cygwin
Type "copyright", "credits" or "license" for more information.
Traceback (most recent call last):
File "./stepmake/bin/make-version.py", line 2, in ?
import re
ImportError: No module named re
# clear __builtin__._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.exitfunc
# clear sys.exc_type
# clear sys.exc_value
# clear sys.exc_traceback
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup __main__
# cleanup[1] signal
# cleanup[1] exceptions
# cleanup sys
# cleanup __builtin__
# cleanup ints: 1 unfreed int in 1 out of 1 block
# cleanup floats
What did i wrong, or is s.th. missing from my installation?
Gerrit
--
=^..^=
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -