How, python with Tk extensions enabled to import Tkinter

Diez B. Roggisch deets at nospam.web.de
Wed Feb 27 04:41:54 EST 2008


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, what made you
think that's working?

The missing NS*-class-reference is a sign of the build-process being
confused, because NS* is the class-namespace of OSX for objective-C.

Try the configure without the --enable-framework.

Diez



More information about the Python-list mailing list