[Python-3000] idle3.0 - is is supposed to work?

Kurt B. Kaiser kbk at shore.net
Thu Aug 9 19:22:07 CEST 2007


Helmut Jarausch <jarausch at igpm.rwth-aachen.de> 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


More information about the Python-3000 mailing list