Helmut Jarausch <[EMAIL PROTECTED]> writes: > 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
I just checked in a fix - GrepDialog.py wasn't using relative imports. I'm not sure why you hit this exception and I did't. Probably a sys.path difference. Try again. What platform are you using? On Linux trader 2.6.18-ARCH #1 SMP PREEMPT Sun Nov 19 09:14:35 CET 2006 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux (and whatever GvR is running) IDLE isn't starting at all in py3k. -- KBK _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
