Re: [Pythonmac-SIG] py2app import framework

2008-08-28 Thread beau
On Thu, Aug 28, 2008 at 10:39 AM, Christopher Barker <[EMAIL PROTECTED]> wrote: > Please make sure your messages go to the pythonmac list also -- it's not the > default if you hit "reply" > > beau wrote: > > what python are you using? >>> >>> This can make all the difference. not just the v

Re: [Pythonmac-SIG] py2app import framework

2008-08-28 Thread Christopher Barker
Please make sure your messages go to the pythonmac list also -- it's not the default if you hit "reply" beau wrote: what python are you using? This can make all the difference. not just the version number, but what build, how/where was it installed?> I built it from source code downloaded at

Re: [Pythonmac-SIG] py2app import framework

2008-08-28 Thread Christopher Barker
beau wrote: Is that the exact script you got from py2applet? All that objc.loadbundle etc should not be required. No this is the modification of script based on the webpage that I found just switching Tcl.framework for Renaissance.framework That is probably not required -- Tcl/Tk comes stand

Re: [Pythonmac-SIG] py2app import framework

2008-08-27 Thread Christopher Barker
beau wrote: I am trying to do a framework build to import tk and python2.5 for my application bundle with py2app """ This is a setup.py script generated by py2applet Usage: python setup.py py2app """ import objc, AppKit, Foundation, os from setuptools import setup objc.loadBundle('Tcl.

Re: [Pythonmac-SIG] py2app import framework

2008-08-27 Thread beau
I am trying to do a framework build to import tk and python2.5 for my application bundle with py2app This is the page I've been looking at: http://livingcode.org/tag/distribution """ This is a setup.py script generated by py2applet Usage: python setup.py py2app """ import objc, AppKit, Foun