Re: How, python with Tk extensions enabled to import Tkinter

2008-02-27 Thread Diez B. Roggisch
Murat Gunduz wrote: > > > Dear list member, > > I am using a Linux machine (Fedora Core 7, 64 bit): > Linux 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 14:56:37 EDT 2007 x86_64 So you are under linux... > 4- type "./configure --enable-framework And now you try to create an OSX-framework-build? Why so

Re: How, python with Tk extensions enabled to import Tkinter

2008-02-27 Thread Martin Franklin
Murat Gunduz wrote: > > Dear list member, > > I am using a Linux machine (Fedora Core 7, 64 bit): > Linux 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 14:56:37 EDT 2007 x86_64 > Fedora ships ready built Tk/Tcl and Tkinter RPM's so use the Package Updater (search for tkinter) or command line 'yum install

How, python with Tk extensions enabled to import Tkinter

2008-02-26 Thread Murat Gunduz
Dear list member, I am using a Linux machine (Fedora Core 7, 64 bit): Linux 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 14:56:37 EDT 2007 x86_64 I tried to compile a software (ncvtk) with the simple command below % python setup.py install ERROR: could not import Tkinter. You need python with Tk exten