Re: [Pythonmac-SIG] py2app/64-bit/Mach-O Headers

2009-10-22 Thread Ronald Oussoren
On 21 Oct, 2009, at 22:51, Kevin Walzer wrote: On 10/7/09 6:12 PM, Kevin Walzer wrote: Could you post the 4-way universal build of Tcl/Tk somewhere, that way I can debug on SL. Ronald Done: http://www.codebykevin.com/64-bit-tcl-tk-aqua.pkg.zip Thanks, Kevin Any update on getting

Re: [Pythonmac-SIG] py2app/64-bit/Mach-O Headers

2009-10-21 Thread Kevin Walzer
On 10/7/09 6:12 PM, Kevin Walzer wrote: Could you post the 4-way universal build of Tcl/Tk somewhere, that way I can debug on SL. Ronald Done: http://www.codebykevin.com/64-bit-tcl-tk-aqua.pkg.zip Thanks, Kevin Any update on getting py2app/macholib to work with a four-way universal b

Re: [Pythonmac-SIG] py2app/64-bit/Mach-O Headers

2009-10-07 Thread Kevin Walzer
Could you post the 4-way universal build of Tcl/Tk somewhere, that way I can debug on SL. Ronald Done: http://www.codebykevin.com/64-bit-tcl-tk-aqua.pkg.zip Thanks, Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ Pythonmac-SI

Re: [Pythonmac-SIG] py2app/64-bit/Mach-O Headers

2009-10-07 Thread Ronald Oussoren
On 7 Oct, 2009, at 16:16, Kevin Walzer wrote: On 10/7/09 2:07 AM, Ronald Oussoren wrote: Time to install a 64-bit build myself, I've been running the 32-bit only the last couple of weeks due to the 2.6.3 release. Ronald Ronald, Thanks, please keep me posted on what you find. Will be g

Re: [Pythonmac-SIG] py2app/64-bit/Mach-O Headers

2009-10-07 Thread Kevin Walzer
On 10/7/09 2:07 AM, Ronald Oussoren wrote: Time to install a 64-bit build myself, I've been running the 32-bit only the last couple of weeks due to the 2.6.3 release. Ronald Ronald, Thanks, please keep me posted on what you find. Will be glad to test any patches for py2app that you come up

Re: [Pythonmac-SIG] py2app/64-bit/Mach-O Headers

2009-10-06 Thread Ronald Oussoren
On 6 Oct, 2009, at 23:29, Kevin Walzer wrote: I tried again, using the macholib from svn trunk and specifying python-64 instead of python as the interpreter. Here's the error I get: linking /Users/kevin/Programming/phynchronicity/dist/ Phynchronicity.app/Contents/Frameworks/Python64.frame

Re: [Pythonmac-SIG] py2app/64-bit/Mach-O Headers

2009-10-06 Thread Kevin Walzer
Hi Ronald, Some additional testing: 1. I also tested macho_standalone against a standalone build of Wish with 64-bit included. I get this output: /usr/bin/strip: for architecture ppc64 object: /Users/kevin/Desktop/Wish.app/Contents/Frameworks/Tk.framework/Versions/8.5/Tk malformed object (l

Re: [Pythonmac-SIG] py2app/64-bit/Mach-O Headers

2009-10-06 Thread Kevin Walzer
I tried again, using the macholib from svn trunk and specifying python-64 instead of python as the interpreter. Here's the error I get: linking /Users/kevin/Programming/phynchronicity/dist/Phynchronicity.app/Contents/Frameworks/Python64.framework/Versions/Current -> 2.6 Traceback (most recent

Re: [Pythonmac-SIG] py2app/64-bit/Mach-O Headers

2009-10-06 Thread Kevin Walzer
On 10/6/09 3:48 PM, Ronald Oussoren wrote: On 6 Oct, 2009, at 18:22, Ronald Oussoren wrote: Not sure what to do here. I think py2app should be able to handle building a Tkinter application as 64-bit without these errors; Tkinter isn't some weird edge case. I've installed the latest dev versi

Re: [Pythonmac-SIG] py2app/64-bit/Mach-O Headers

2009-10-06 Thread Ronald Oussoren
On 6 Oct, 2009, at 18:22, Ronald Oussoren wrote: Not sure what to do here. I think py2app should be able to handle building a Tkinter application as 64-bit without these errors; Tkinter isn't some weird edge case. I've installed the latest dev versions of py2app and macholib. I'm also r

Re: [Pythonmac-SIG] py2app/64-bit/Mach-O Headers

2009-10-06 Thread Ronald Oussoren
On 6 Oct, 2009, at 16:30, Kevin Walzer wrote: I'm trying to bundle up a Python application that uses four-way universal builds of Python and Tk (64-bit/32-bit for PPC and x86). py2app chokes when trying to link the Tk frameworks in the app bundle: linking /Users/kevin/Programming/phynchron