Mail Archives: cygwin/2001/09/14/09:27:24
Andrew Markebo schrieb am 2001-09-14, 8:21:
>Yep sounds like something is missing from your installation, or
>misinstalled.. which python are you trying to run, how and where is it
>installed, what is pythonpath set to, can you do import sys?
Python 2.1.1 (#2, Aug 23 2001, 10:41:44)
I think i got some environment variables set from an older Installation.
> /Andy
>
>/ "Gerrit P. Haase" <gp AT familiehaase DOT de> wrote:
>| 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 -