getting IDLE to run?

Fredrik Lundh fredrik at pythonware.com
Tue May 4 04:39:20 EDT 1999


SH <harms at mbnet.mb.ca> wrote:
> Trying to run IDLE 
> (on a Linux SuSE 6.0, installed the Redhat rpm for Python
> 1.5.2, and the necessary readline.so.3 and blt-2.4g-3 in place.)

...

> AttributeError: wm_title  
> 
> No IDLE :-(
> What am I doing wrong?

from the look of it, your python interpreter is picking up
an old Tkinter.  try typing:

$ python
>>> import Tkinter
>>> print Tkinter.__file__

</F>





More information about the Python-list mailing list