Re: [Pythonmac-SIG] ANN: py2app 0.5

2010-08-03 Thread Ronald Oussoren
On 2 Aug, 2010, at 23:55, Russell E. Owen wrote: > > > P.S. I'm curious about the virtualenv improvements. I use virtualenv to > develop my code, but when I've got the appropriate environment set up if > I build the application using py2app I always get the appended traceback > (even witih p

Re: [Pythonmac-SIG] ANN: py2app 0.5

2010-08-02 Thread Russell E. Owen
In article <2e51fd64-bd00-4bd6-bca8-89e48a672...@mac.com>, Ronald Oussoren wrote: > Hi, > > I've just uploaded py2app 0.5 and new versions of altgraph, modulegraph and > macholib. I hope this solves most issues with py2app. "easy_install-X.Y -U > py2app" should install the software for you

Re: [Pythonmac-SIG] ANN: py2app 0.5

2010-07-29 Thread Charles Hartman
py2app 0.5.2 fixes everything for me -- 1,002 thanks, Ronald! Charles Hartman On Thu, Jul 29, 2010 at 1:56 AM, Ronald Oussoren wrote: > > On 28 Jul, 2010, at 9:00, Ronald Oussoren wrote: > > > > > > > On 28 Jul, 2010,at 12:08 AM, Charles Hartman wrote: > > > >> Ronald, like everyone else, I'm

Re: [Pythonmac-SIG] ANN: py2app 0.5

2010-07-28 Thread Ronald Oussoren
On 28 Jul, 2010, at 9:00, Ronald Oussoren wrote: > > > On 28 Jul, 2010,at 12:08 AM, Charles Hartman wrote: > >> Ronald, like everyone else, I'm very grateful to you for taking up py2app, >> which is crucial to making/keeping Python popular on the Mac. >> >> Using Python 2.6.5, I did the eas

Re: [Pythonmac-SIG] ANN: py2app 0.5

2010-07-28 Thread Tom MacWright
Hey, I'd just like to say thanks - it's incredibly great to have some movement and leadership here (plus this'll make the installation process of py2app way less annoying - I got used to installing macholib, altgraph, modulegraph, and py2app separately in their dependency order) Tom On Tue, Jul

Re: [Pythonmac-SIG] ANN: py2app 0.5

2010-07-28 Thread engelbert gruber
maybe that is the reason why i needed to call "sudo python build py2app" On Wed, Jul 28, 2010 at 9:00 AM, Ronald Oussoren wrote: > > > On 28 Jul, 2010,at 12:08 AM, Charles Hartman wrote: > > Ronald, like everyone else, I'm very grateful to you for taking up py2app, > which is crucial to making/

Re: [Pythonmac-SIG] ANN: py2app 0.5

2010-07-28 Thread Ronald Oussoren
On 28 Jul, 2010,at 12:08 AM, Charles Hartman wrote:Ronald, like everyone else, I'm very grateful to you for taking up py2app, which is crucial to making/keeping Python popular on the Mac.Using Python 2.6.5, I did the easy_install you just specified.  Trying it for the first time, I'm getting an er

Re: [Pythonmac-SIG] ANN: py2app 0.5

2010-07-27 Thread Charles Hartman
Ronald, like everyone else, I'm very grateful to you for taking up py2app, which is crucial to making/keeping Python popular on the Mac. Using Python 2.6.5, I did the easy_install you just specified. Trying it for the first time, I'm getting an error because /Library/Frameworks/Python.framework/

[Pythonmac-SIG] ANN: py2app 0.5

2010-07-27 Thread Ronald Oussoren
Hi, I've just uploaded py2app 0.5 and new versions of altgraph, modulegraph and macholib. I hope this solves most issues with py2app. "easy_install-X.Y -U py2app" should install the software for you (where X.Y is your favorite version of Python) There is one new feature in this release: expe