On 2010-06-10, at 9:23 PM, Stephen Gava wrote: >>> i guess i'll re-install python 2.7b2 again to double check, but this seems >>> very odd... >>> >>> also, are you then saying that no-one running snow leopard on a 64bit >>> capable machine is able to use Tkinter anymore if they install the >>> python.org package for '10.5.. +' osx...? >> >> IIRC not in 64-bit mode, the system version of Tcl/Tk 8.4 just isn't >> available in 64-bit. Luckily you can use 'arch -ppc -i386 python2.7' to >> start python in 32-bit mode (This won't work with 2.6 BTW).
Try ActivePython 2.7 rc1. I am able to import _tkinter on a 64-bit SnowL machine. This works because ActivePython 2.7 uses Tcl/Tk 8.5 (not 8.4) .. which is installed on SnowL. -srid PS: we (ActiveState) are trying to patch _tkinter.c, so a _tkinter.so built using 8.5 will also load 8.6 (or any subsequent version) on the user's machine (using tcl stubs). This will make it possible for 'import _tkinter' to work on 10.5 as well (if ActiveTcl 8.6 beta, with 64-bit, is installed). cf. http://bugs.python.org/issue8798 _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG