Re: [Pythonmac-SIG] [py2app] how to make a .app running on mac intel 10.5

2008-06-30 Thread Christopher Barker
Wow! lot's of py2app questions lately! I'll do my best, but I'm not expert. Unfortunately, the real expert is Bob Ippolito, whom I have not seen on this list in a good while, and Ronald Oussoren has been very helpful, but I haven't seen him for a bit either (not as long, though). Anyway, her

Re: [Pythonmac-SIG] py2app version mismatch while including a library built with Pyrex

2008-06-30 Thread Christopher Barker
Derrick Hendricks wrote: Here's the current setup of my machine. I'm using the python 2.4 that I got from python.org and py2app. In the Makefile I use to compile the library, I use python 2.4. This is probably the source of your problem -- you really want to use distut

Re: [Pythonmac-SIG] semi_standalone option broken in py2app + Leopard Python?

2008-06-30 Thread Christopher Barker
Hengist Podd wrote: I'm trying to build semi-standalone applications against Leopard's stock Python 2.5 with an appscript 0.19.0 .egg installed, well, py2aqpp is known to have problems with eggs. is that a zipped egg? If so, it may work better with an unzipped one: $ easy_install -Z TheName

Re: [Pythonmac-SIG] A few more py2appissues/questions

2008-06-30 Thread Christopher Barker
Zachary Pincus wrote: (1) It appears that modules included via the py2app 'includes' option do not have their full dependencies added. That "may" be by intent. "includes" is for modules that are not found by the normal dependency tracking. It should not be required unless you are doing non-s

Re: [Pythonmac-SIG] Py2app - problem building with a localized package

2008-06-30 Thread Christopher Barker
Ed Leafe wrote: I'm trying to use py2app to build an application, and am running into the following problem. The app uses the Dabo framework, located in my site-packages directory. The 'dabo' folder contains several directories that are sub-modules of the framework, as well as a directory

Re: [Pythonmac-SIG] Distribute command-line tools with py2app or similar?

2008-06-30 Thread Christopher Barker
Zachary Pincus wrote: Py2app seems optimized for creating OS X GUI "app" bundles, not command-line programs. That's correct, command-line programs really aren't what the Mac is about! (even though I use them all the time...) Ideally, I'd want this to work regardless of what the user has on t

Re: [Pythonmac-SIG] Distribute command-line tools with py2app or similar?

2008-06-30 Thread Zachary Pincus
Hi Chris, Thanks for your suggestions and help here! I really appreciate it. I wound up building my own installer packages mush as you suggest below, which turned out to be pretty simple to do -- good idea! I haven't tried this, but can you build python from source, specifying an alternat