[issue6441] Tkinter cannot find *64 bit* Tcl/Tk on Mac OS X

2009-09-15 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: I just commited a fix for this, the patch is present in all 4 active branches (2.6, 2.7, 3.1, 3.2) -- resolution: - fixed stage: - committed/rejected status: open - closed type: crash - behavior

[issue6441] Tkinter cannot find *64 bit* Tcl/Tk on Mac OS X

2009-09-06 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: I found an easier way to test with a 64-bit Tcl/Tk: run Snow Leopard ;-) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6441 ___

[issue6441] Tkinter cannot find *64 bit* Tcl/Tk on Mac OS X

2009-09-06 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: The (untested) attached patch (setup-tk-archs.patch) updates the code in setup.py to automaticly detect the architectures that are supported by the Tk framework and passes '-arch' flags to the compiler for the intersection of the

[issue6441] Tkinter cannot find *64 bit* Tcl/Tk on Mac OS X

2009-07-08 Thread Adam Ginsburg
New submission from Adam Ginsburg keflav...@gmail.com: While it is possible to compile 64 bit python on Mac OS X, the default tcl/tk is NOT 64 bit. If you do install a 64 bit version of tcl/tk, python still will not find it - lines 1503-1515 prevent it: if 'x86_64' in archs or 'ppc64'

[issue6441] Tkinter cannot find *64 bit* Tcl/Tk on Mac OS X

2009-07-08 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: Adam: where can I download a 64-bit version of Tcl/Tk? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6441 ___

[issue6441] Tkinter cannot find *64 bit* Tcl/Tk on Mac OS X

2009-07-08 Thread Adam Ginsburg
Adam Ginsburg keflav...@gmail.com added the comment: Sorry Ronald, I had misinterpreted your last message. Look at these posts: http://buffalothedestroyer.blogspot.com/2009/07/installing-64-bit-tcltk-on-mac-os-x.html

[issue6441] Tkinter cannot find *64 bit* Tcl/Tk on Mac OS X

2009-07-08 Thread Kevin Walzer
Changes by Kevin Walzer wordt...@users.sourceforge.net: -- nosy: +wordtech ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6441 ___ ___