Re: [Pythonmac-SIG] py2app doesn't work with virtualenv on Leopard

2008-10-31 Thread Christopher Barker
Gary Bernhardt wrote: It just seems like people *must* be doing this. You'd think! However, while lots of folks are using Python on OS-X, I think a huge percentage are doing home-grown stuff, and/or using it in a "unixy" way, and thus unlikely to need virtualenv, and even less likely need py

Re: [Pythonmac-SIG] py2app doesn't work with virtualenv on Leopard

2008-10-31 Thread Paul McNett
Gary Bernhardt wrote: On Fri, Oct 31, 2008 at 2:15 PM, Christopher Barker <[EMAIL PROTECTED]> wrote: Gary Bernhardt wrote: I can't seem to get py2app to build an app in a virtualenv on Leopard. I find it hard to believe that py2app doesn't work with virtualenv, Why? it was written before virt

Re: [Pythonmac-SIG] py2app doesn't work with virtualenv on Leopard

2008-10-31 Thread Gary Bernhardt
On Fri, Oct 31, 2008 at 2:15 PM, Christopher Barker <[EMAIL PROTECTED]> wrote: > Gary Bernhardt wrote: >> >> I can't seem to get py2app to build an app in a virtualenv on Leopard. >> I find >> it hard to believe that py2app doesn't work with virtualenv, > > Why? it was written before virtualenv ex

Re: [Pythonmac-SIG] py2app and plist entries

2008-10-31 Thread Robin Dunn
Joe Strout wrote: I tried py2app on my wxPython for the first time today, expecting it to be a long and painful chore -- and was pleasantly surprised that it worked right off the bat. Now I'm wondering a bit about options, mainly for things that end up in the Info.plist file. I do see that I

Re: [Pythonmac-SIG] py2app and plist entries

2008-10-31 Thread Cody Precord
Hello, On Fri, Oct 31, 2008 at 2:29 PM, Joe Strout <[EMAIL PROTECTED]> wrote: > I tried py2app on my wxPython for the first time today, expecting it to be > a long and painful chore -- and was pleasantly surprised that it worked > right off the bat. > > Now I'm wondering a bit about options, main

[Pythonmac-SIG] py3-appscript

2008-10-31 Thread has
Hi all, For you interest, as part of prepping appscript 0.19.0 for release this week I've been porting it to Python 3.0 and have just done an initial check-in of the libraries, tests and some samples, which you're welcome to take a look at: svn co http://appscript.svn.sourceforge.net/svn

[Pythonmac-SIG] py2app and plist entries

2008-10-31 Thread Joe Strout
I tried py2app on my wxPython for the first time today, expecting it to be a long and painful chore -- and was pleasantly surprised that it worked right off the bat. Now I'm wondering a bit about options, mainly for things that end up in the Info.plist file. I do see that I could build my

Re: [Pythonmac-SIG] Making thin app with py2app

2008-10-31 Thread Christopher Barker
Hubert Hickman wrote: Is there a flag for py2app that allows one to make a thin binary (Intel only)? py2app works by copying what it needs form teh Python install, so I think it would work if you used an Intel-ony build of Python. Otherwise, it would have to be hacked to remove the extra PPC

Re: [Pythonmac-SIG] py2app doesn't work with virtualenv on Leopard

2008-10-31 Thread Christopher Barker
Gary Bernhardt wrote: I can't seem to get py2app to build an app in a virtualenv on Leopard. I find it hard to believe that py2app doesn't work with virtualenv, Why? it was written before virtualenv existed, and I don't know that anyone has tested it with before -- I"d like to be able to do i

[Pythonmac-SIG] py2app doesn't work with virtualenv on Leopard

2008-10-31 Thread Gary Bernhardt
I can't seem to get py2app to build an app in a virtualenv on Leopard. The "python setup.py py2app" command always fails in the same way with the exception show below. You can reproduce the problem by: 1. Create and activate a new virtualenv using the system Python (I used virtualenv 1.3 and my sy