Re: _tkinter installation in python 2.5 on mandriva with a default 2.4

2007-10-31 Thread Martin v. Löwis
> but no tcllib !!! > perhaps that's the problem? Did I assume that it was installed by the > tk mandriva module ? I see. I would have never guessed that you can manage to install Tk but not Tcl on Mandriva... Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Re: _tkinter installation in python 2.5 on mandriva with a default 2.4

2007-10-31 Thread wyleu
On 31 Oct, 18:46, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > Those TK libraries tcllib=None tklib=None tcl_includes=None > > tk_includes=None > > This also contradicts your earlier statement that you have libtk8.4.so > on your machine. [EMAIL PROTECTED] Python-2.5.1]$ ls -las /usr/lib/lib

Re: _tkinter installation in python 2.5 on mandriva with a default 2.4

2007-10-31 Thread Martin v. Löwis
> Those TK libraries tcllib=None tklib=None tcl_includes=None > tk_includes=None This also contradicts your earlier statement that you have libtk8.4.so on your machine. > I don't understand why the headers report None as the file tk.h is > in /usr/include ... or is the lack of the word gener

Re: _tkinter installation in python 2.5 on mandriva with a default 2.4

2007-10-31 Thread wyleu
> tk.h is searched-for in detect_tkinter. Check whether tklib, tcllib, > tcl_includes and tk_includes all get set. This should take only > a single print statement. > > Regards, > Martin Ok I've cleared my increasingly frantic copies out [EMAIL PROTECTED] python2.5]# find / -name tk.h /usr/inclu

Re: _tkinter installation in python 2.5 on mandriva with a default 2.4

2007-10-31 Thread Martin v. Löwis
> tk.h is now in just about every directory called include that could in > anyway be connected with this and indeed it does appear in the make > file printout: > > /usr/bin/install -c -m 644 ./Include/tk.h /usr/local/include/python2.5 How did you get tk.h into the Include directory? You shouldn't

Re: _tkinter installation in python 2.5 on mandriva with a default 2.4

2007-10-31 Thread wyleu
> So where it tk.h located? tk.h is now in just about every directory called include that could in anyway be connected with this and indeed it does appear in the make file printout: /usr/bin/install -c -m 644 ./Include/sysmodule.h /usr/local/include/ python2.5 /usr/bin/install -c -m 644 ./Inclu

Re: _tkinter installation in python 2.5 on mandriva with a default 2.4

2007-10-31 Thread Martin v. Löwis
> however make still complains of the non existance of the the Tcl/Tk > libs and/or headers So where it tk.h located? Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Re: _tkinter installation in python 2.5 on mandriva with a default 2.4

2007-10-30 Thread wyleu
On 30 Oct, 22:36, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > Should I need to download a later version of tkinter and/or should I > > alter setup.py in my python install directory and then remake? > > Neither, nor. You need the Tk header files installed; they probably > come in a package call

Re: _tkinter installation in python 2.5 on mandriva with a default 2.4

2007-10-30 Thread Martin v. Löwis
> Should I need to download a later version of tkinter and/or should I > alter setup.py in my python install directory and then remake? Neither, nor. You need the Tk header files installed; they probably come in a package called libtk8.4-dev or some such in your system. If they are present when se

_tkinter installation in python 2.5 on mandriva with a default 2.4

2007-10-30 Thread wyleu
I'm running on Mandriva 2007 (2.6.17-5mdv) and thus have python2.4.3 installed by default, I'm running code requiring yield(), so need python2.5 and have installed this sucessfully, and linked appropriately to allow me to start python2.5 by typing python2.5. However I'd like to use idle so requir