Re: [Pythonmac-SIG] Py2App libpng12.0.dylib

2012-08-15 Thread Ronald Oussoren
On 13 Aug, 2012, at 18:38, Jay L. wrote: > List, > > Using py2app to bundle scripts which depend on GDAL (libgdal.1.dylib). Gdal, > in turn, depends on libpng12.0.dylib. On my build machine the bundled app > works wonderfully. On another machine I am receiving an "Incompatible > library

Re: [Pythonmac-SIG] wxCocoa no top menu

2012-08-15 Thread Mark Livingstone
No ideas? On 12 August 2012 13:31, Mark Livingstone wrote: > Hi Guys, > > I finally dragged myself kicking and screaming into the current > millennium, and loaded Macports py27-wxpython-devel 2.9.4. on my > Mountain Lion machine. > > If I do a > > frame.Show() > > I get my program in a frame in t

Re: [Pythonmac-SIG] No module named altgraph-0

2012-08-15 Thread Mark Livingstone
Any ideas? On 12 August 2012 16:27, Mark Livingstone wrote: > Hi Guys, > > I'm making progress - I think ;-) > > I went to Ronald's Bitbucket and installed all the relevant bits and > pieces. Finally I made py2app as below, and it seemed that this was > successful. However when I tried to make my

Re: [Pythonmac-SIG] wxCocoa no top menu

2012-08-15 Thread Kevin Walzer
You may have better luck asking on a wxPython ML... Sent from my iPhone On Aug 15, 2012, at 12:24 PM, Mark Livingstone wrote: > No ideas? > > On 12 August 2012 13:31, Mark Livingstone wrote: >> Hi Guys, >> >> I finally dragged myself kicking and screaming into the current >> millennium, and

Re: [Pythonmac-SIG] wxCocoa no top menu

2012-08-15 Thread Ronald Oussoren
On 12 Aug, 2012, at 5:31, Mark Livingstone wrote: > Hi Guys, > > I finally dragged myself kicking and screaming into the current > millennium, and loaded Macports py27-wxpython-devel 2.9.4. on my > Mountain Lion machine. > > If I do a > > frame.Show() > > I get my program in a frame in the m

Re: [Pythonmac-SIG] No module named altgraph-0

2012-08-15 Thread Ronald Oussoren
Hi, Is your app this salstat ? The traceback seems to indicate that the sip recipe (for PyQt support) tries to import 'altgraph-0'. Could you try if the attached patch fixes the issue? BTW. You're running the setup.py as root, that shouldn't be necessary and in