On Oct 30, 2006, at 10:37 PM, Jose Hales-Garcia wrote:


Sorry if this has been asked already.

We're trying to get the Python Tkinter's widgets to appear remotely
on an X11 server.  So far we're only able to open widgets on the
local console.  Trying to get them to appear remotely results in the
error message...

You'll have to build your own copy of the _tkinter extension. Tkinter for the framework builds of python (that is Apple's version of python and the various universal builds) link with the Aqua version of Tk which has nothing to do with X11.

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to