In article <[email protected]>, CAMERON ALLEY <[email protected]> wrote: > IT WORKS!!!! I didn't change my activestate, but I downloaded python > 3.2.2 with the 32 bit installer and it works! Perfectally!! > > Sir you're my savior, thank you so much. > > I don't know how you did it but you just made my day :)
The 32-bit-installer links to the older Carbon-based Tcl/Tk 8.4 which is very different under the covers from the Tcl/Tk 8.5 used by the Apple-supplied Pythons and the python.org 64-bit installer. So there's *something* on your system that interferes with the Cocoa Tcl/Tk 8.5. If you want to pursue it, you might ask on the OS X Tcl mailing list. Good luck! http://dir.gmane.org/gmane.comp.lang.tcl.mac -- Ned Deily, [email protected] -- http://mail.python.org/mailman/listinfo/python-list
