Re: [Pythonmac-SIG] py2app error

2010-07-28 Thread Ronald Oussoren
On 29 Jul, 2010, at 8:09, Ronald Oussoren wrote: > > On 28 Jul, 2010, at 18:38, Nathan Lemoine wrote: > >> >> Traceback (most recent call last): >> File >> "/Library/Python/2.5/site-packages/py2app-0.5-py2.5.egg/py2app/build_app.py", >> line 602, in _run >> self.run_alias() >> File >> "/L

Re: [Pythonmac-SIG] py2app error

2010-07-28 Thread Ronald Oussoren
On 28 Jul, 2010, at 18:38, Nathan Lemoine wrote: > Hey everyone, > > I've been trying to bundle my script into a standalone Mac application using > the most updated version of py2app and Python 2.5 on OSX 10.5.8. I'm getting > error messages during the compile procedure and I haven't come acro

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

[Pythonmac-SIG] py2app error

2010-07-28 Thread Nathan Lemoine
Hey everyone, I've been trying to bundle my script into a standalone Mac application using the most updated version of py2app and Python 2.5 on OSX 10.5.8. I'm getting error messages during the compile procedure and I haven't come across a way to fix it. So I can run the py2applet and gener

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/

[Pythonmac-SIG] PyQwt and PyInstaller

2010-07-28 Thread Matti Lyra
Hello. Does someone have experience on OS X on creating an app bundle with PyInstaller of a project that contains a PyQwt plot. I've installed PyQt, Qt and PyQwt from MacPorts and it seems that there is some linker error related to libLAPACK.dylib. When I run the application from the command li

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