wasm-demo/demo/ermis-f/python_m/cur/0188

43 lines
1.1 KiB
Plaintext

From: ruebe at aachen.heimat.de (Christian Scholz)
Date: Fri, 23 Apr 1999 21:01:13 +0000
Subject: Problem while Installing..
Message-ID: <3720DF98.8CEC8D8F@aachen.heimat.de>
X-UID: 188
Hi everybody!
I have a strange problem right now:
'import exceptions' failed; use -v for traceback
Warning! Falling back to string-based exceptions
Fatal Python error: Cannot create string-based exceptions
IOT trap/Abort
This I get when I try to install a new compiled Python 1.5.2 on my Linux
Box.
It was working before and did this after I told configure to use
threads..
This message appears when the installation process wants to start
compiling
the modules (compileall.py).
I tried importing it then by hand with my installed python which worked
(The actual
python interpreter is installed before the compile process, right?) and
I then changed
the Makefile to use the installed python which worked.
But now when I want to use Python it says the same.
Any idea what happens?
I will now try to disable threads again and I will see if it works then
again..
-- Christian