Re: [Pythonmac-SIG] py2app cannot move to target thread error

2009-08-24 Thread Scott Frankel
If someone has any wisdom to share regarding building a PyQt app with SQL support, I'd be grateful. I've deleted and rebuilt my macports environment from scratch and googled myself silly. In a classic snake-eating-tail moment, my online searches are returning my own posts more often tha

[Pythonmac-SIG] aemreceive/py-appscript and 64-bit

2009-08-24 Thread Kevin Walzer
I've moved my Python work to a four-way universal build of 2.6 .1 (64 & 32 bit for PPC and x86). Do py-appscript and aemreceive work under 64-bit? It's not quite clear to me because they have some dependencies on Carbon, and I'm not sure how Carbon works with a 64-bit build of Python. What I'm

Re: [Pythonmac-SIG] py2app & multiple executable files with a main launcher

2009-08-24 Thread Aahz
On Wed, Aug 12, 2009, Gabriel Rossetti wrote: > > I am trying to bundle an application I wrote usinf py2app. The > application has a launcher "launcher.py" and a Python script "main.py" > that calls the launcher several times in sub-processes with diff args. I > successfully did this with py2