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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo