[Python-3000] idle3.0 - is is supposed to work?
Helmut Jarausch
jarausch at igpm.rwth-aachen.de
Thu Aug 9 18:38:18 CEST 2007
Hi,
probably, I am too impatient.
I've just installed py3k (the new branch).
Trying
idle3.0
I get
Traceback (most recent call last):
File "/usr/local/bin/idle3.0", line 3, in <module>
from idlelib.PyShell import main
File "/usr/local/lib/python3.0/idlelib/PyShell.py", line 26, in <module>
from .EditorWindow import EditorWindow, fixwordbreaks
File "/usr/local/lib/python3.0/idlelib/EditorWindow.py", line 16, in <module>
from . import GrepDialog
File "/usr/local/lib/python3.0/idlelib/GrepDialog.py", line 5, in <module>
import SearchEngine
ImportError: No module named SearchEngine
Thanks all of you for improving Python even more,
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
More information about the Python-3000
mailing list