Re: [Pythonmac-SIG] PIL binaries -- please test

2010-05-25 Thread aditya bhargava
How do you determine which version of Python to build for? I'm on 10.4 and I've got two versions of Python – python2.3 in /usr/bin/python and python2.5 in /opt/local/bin/python. python2.5 is my default (i.e. the one that shows when I run 'which python'), but the package installer doesn't seem to re

Re: [Pythonmac-SIG] PyQt apps on Mac

2010-03-29 Thread aditya bhargava
Are you interested in just an application, or the source too? Here's a standalone app I'd made a while back, just to test out PyQt on the mac: http://perl.wefoundland.com/SoftwareReqs.zip This was made using PyInstaller. The same application built using py2app was significantly larger (~70 mb). A

Re: [Pythonmac-SIG] Problems with py2app and qt

2009-12-15 Thread aditya bhargava
cd /path/to/your/bundle.app/Contents/MacOS > $ DYLD_PRINT_LIBRARIES=1 ./your_app > > Check if all the Qt and PyQt libraries loaded are in your bundle. > > -- Emanuele. > > > On Dec 15, 2009, at 10:30 AM, aditya bhargava wrote: > > It's a memory issue with Q

Re: [Pythonmac-SIG] Problems with py2app and qt

2009-12-15 Thread aditya bhargava
It's a memory issue with Qt I think. The other interesting thing is, this problem doesn't occur if I build the app in alias mode with the -A flag...but of course that's not too useful if I want to distribute applications. Here's the issue I get: Exception: EXC_BAD_ACCESS (0x0001) Codes: KE

[Pythonmac-SIG] Problems with py2app and qt

2009-12-14 Thread aditya bhargava
Hi python users, I'm getting some strange results running py2app on my machine. It works fine with most scripts, but any time I use it with a script that uses PyQt, the built application immediately quits and gives me an "unexpectedly quit" message. It's not the code, because I tried py2app with a