7;: OPTIONS},
setup_requires=['py2app'],
)
Launching the compiled app throws the same zlib error. I guess I'll need to
start digging through py2app source and figure out where this bug is coming
from.
BZ
On Thu, Jun 23, 2011 at 9:04 AM, Chris Barker wrote:
> On 6/22/11 7
> ls -l ./Resources/lib/python2.6/lib-dynload/zlib.so
-rw-r--r-- 1 brianz staff 195256 Jun 23 00:09
./Resources/lib/python2.6/lib-dynload/zlib.so
> file ./Resources/lib/python2.6/lib-dynload/zlib.so
./Resources/lib/python2.6/lib-dynload/zlib.so: Mach-O universal binary with
2 architectures
./Re
there any place to start
if we want to start contributing to py2app? It's a great project and I've
been relying on it for quite a while...I'd love to help make it better.
BZ
On Mon, Jun 20, 2011 at 10:47 PM, Brian Zambrano wrote:
> I have a PyQt app which I've been compilin
I hit exactly the same thing recently. The issue is that PyQt needs to be
compiled against a suitable SDKwhich is 10.5 in your case. You can
follow this thread to the end to see what worked for me:
http://www.riverbankcomputing.com/pipermail/pyqt/2011-June/029972.html
However, I have no ide
I have a PyQt app which I've been compiling successfully for over a year on
OS X 10.5. I've recently upgraded to a new system running 10.6, and my
py2app builds are failing to boot after compilation. After some poking
around, it looks like there are many other folks with the same issues, but I
ha
Hi all,
Like many others before me, I'm banging my head against the wall trying to
get MySQLdb working on my new MacBook Pro with Snow Leopard.
I have MySql 5.1 x86_64 installed, configured and running. I'm building
MySQLdb 1.2.3c1 like this:
export ARCHFLAGS='-arch x86_64'
python setup.py
On Mon, Feb 2, 2009 at 11:00 PM, Brian Zambrano wrote:
> When I do:
>
> bri...@omaha$ ls -F
> dist/plot_in_wx_test.app/Contents/Resources/lib/python2.5/
> config@matplotlib/site-packages.zip
> lib-dynload/ numpy/ site.py@
>
> Yet, wh
I've searched around and found some mentions of problems when building apps
with matplotlib, but didn't see any definitive solutions.
I'm trying to build a simple using matplotlib, numpy and wx. My setup.py
looks like this:
from setuptools import setup
APP = ['plot_in_wx_test.py']
DATA_FILES =