[Pythonmac-SIG] py2app problem with wxpython on Apple python 2.7 Lion : can’t find __core__.so etc

2011-10-13 Thread schneo
Hello all, I’m on a fresh install of OS X Lion with Apple version of Python 2.7 (64bits) + installed wxPython2.9-osx-cocoa-py2.7 + (py2app with easy_install as explained here : http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html ) The bundle .app is well created but when I launch it, =>

Re: [Pythonmac-SIG] Py2app problem

2010-10-12 Thread Ronald Oussoren
On 12 Oct, 2010, at 19:37, Ronald Oussoren wrote: >> >> I can't seem to find this problem answered elsewhere. Does anybody have any >> suggestions? > > If I interpret the stacktrace correctly one of the resources/datafiles you're > trying to include in the application doesn't exist and py2app

Re: [Pythonmac-SIG] Py2app problem

2010-10-12 Thread Ronald Oussoren
On 11 Oct, 2010, at 20:02, Sam Nearhood wrote: > I am trying to build a program with py2app ($ python setup.py py2app) using > Mac OS X 10.6.4 and Python 2.7. Right after it finishes bundling the > application, the terminal stops with this output: > > > Traceback (most recent call last): > F

[Pythonmac-SIG] Py2app problem

2010-10-11 Thread Sam Nearhood
I am trying to build a program with py2app ($ python setup.py py2app) using Mac OS X 10.6.4 and Python 2.7. Right after it finishes bundling the application, the terminal stops with this output: Traceback (most recent call last): File "/Users/sam/Desktop/Program/py2app-0.5.2-py2.7.egg/py2app/

Re: [Pythonmac-SIG] py2app problem: invalid matplotlib recipe

2010-07-13 Thread Ronald Oussoren
On 12 Jul, 2010, at 22:39, Russell E. Owen wrote: > py2app 0.4.3's matplotlib recipe includes: > >mf.import_hook('pytz.zoneinfo', m, ['UTC']) > > This has two incompatibilities with the current version of pytz: > - zoneinfo is a data directory but not a package (no __init__.py) > - UTC is n

Re: [Pythonmac-SIG] py2app problem: invalid matplotlib recipe

2010-07-12 Thread Christopher Barker
Russell E. Owen wrote: Removing the line listed above from the recipe fixes the problem -- great. But it also loses the test for the presence of pytz, which may be a bad thing (if so, it should also test for dateutils, right?). I don't think testing for the presence of something is py2apps

[Pythonmac-SIG] py2app problem: invalid matplotlib recipe

2010-07-12 Thread Russell E. Owen
py2app 0.4.3's matplotlib recipe includes: mf.import_hook('pytz.zoneinfo', m, ['UTC']) This has two incompatibilities with the current version of pytz: - zoneinfo is a data directory but not a package (no __init__.py) - UTC is not a python file (it is called UTC, not UTC.py) Removing the lin

[Pythonmac-SIG] Py2App Problem

2010-05-19 Thread Mike
Hi, I was finally able to get my app to run by using multiprocessing, so thanks guys for that suggestion. However, I'm trying to build it with py2app, and am getting this error. I generated a setup.py script using py2applate --make-setup zgp.py. Installed /Users/MacAdmin/Desktop/RSG/zgp/src/py

Re: [Pythonmac-SIG] Py2app Problem

2010-04-17 Thread Kevin Walzer
On 4/18/10 12:24 AM, Mike wrote: Hey, Thanks. I did try it on Debian Linux, and got this: stripping zgp /usr/bin/strip: '-': No such file /usr/bin/strip: /root/crap/zgp/src/dist/zgp.app/Contents/MacOS/zgp: File format not recognized stripping saved 0 bytes (116316 / 116316) I assume that means

Re: [Pythonmac-SIG] Py2app Problem

2010-04-17 Thread Mike
and I'll need a mac? Mike - Original Message - From: "Chris Rebert" To: "Mike" Cc: Sent: Saturday, April 17, 2010 10:44 PM Subject: Re: [Pythonmac-SIG] Py2app Problem On Sat, Apr 17, 2010 at 7:28 PM, Mike wrote: Hi all, I'm having an issue with Py2

Re: [Pythonmac-SIG] Py2app Problem

2010-04-17 Thread Chris Rebert
On Sat, Apr 17, 2010 at 7:28 PM, Mike wrote: > Hi all, > > I'm having an issue with Py2app. I'm totally new to this, so if you could > help I'd greatly appreciate it. Below is some of the output I was getting, > and the traceback. I generated a setup.py using py2applet, and thne ran > python setu.

[Pythonmac-SIG] Py2app Problem

2010-04-17 Thread Mike
Hi all, I'm having an issue with Py2app. I'm totally new to this, so if you could help I'd greatly appreciate it. Below is some of the output I was getting, and the traceback. I generated a setup.py using py2applet, and thne ran python setu.py py2app. If you need more information from me, let m

Re: [Pythonmac-SIG] Py2app - problem building with a localized package

2008-07-02 Thread Ed Leafe
On Jun 30, 2008, at 1:28 PM, Christopher Barker wrote: The solution is to force include these. It looks like a dabo recipe is in order. Take a look at the matplotlib recipe -- it needs to include a bunch of data files also. /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/sit

Re: [Pythonmac-SIG] Py2app - problem building with a localized package

2008-06-30 Thread Christopher Barker
Ed Leafe wrote: I'm trying to use py2app to build an application, and am running into the following problem. The app uses the Dabo framework, located in my site-packages directory. The 'dabo' folder contains several directories that are sub-modules of the framework, as well as a directory

[Pythonmac-SIG] Py2app - problem building with a localized package

2008-06-29 Thread Ed Leafe
I'm trying to use py2app to build an application, and am running into the following problem. The app uses the Dabo framework, located in my site-packages directory. The 'dabo' folder contains several directories that are sub-modules of the framework, as well as a directory named 'locale' c