Re: [Pythonmac-SIG] argv emulation with python 2.6.5

2010-03-30 Thread Brendan Simon (eTRIX)
On 31/03/10 12:04 AM, Ronald Oussoren wrote: >> I'm porting an app from python 2.5 (2.5.4) to python 2.6 (2.6.5) and >> having timeout issues with argv emulation. >> >> Does argv emulation with with python 2.6 (2.6.5) ?? >> > Which argv emenulation? AFAIK both bundlebuilder (included in python

Re: [Pythonmac-SIG] PyQt apps on Mac

2010-03-30 Thread Henning Hraban Ramm
Am 2010-03-30 um 00:01 schrieb Kevin Walzer: I'm interested in taking a look at PyQt apps on the Mac. Problem is-- I can't find any that are already bundled as standalone apps. Right now I don't have the time or inclination to build PyQt from scratch to test things out...are there any PyQt d

Re: [Pythonmac-SIG] argv emulation with python 2.6.5

2010-03-30 Thread Ronald Oussoren
On 27 Mar, 2010, at 10:22, Brendan Simon (eTRIX) wrote: > I'm porting an app from python 2.5 (2.5.4) to python 2.6 (2.6.5) and > having timeout issues with argv emulation. > > Does argv emulation with with python 2.6 (2.6.5) ?? Which argv emenulation? AFAIK both bundlebuilder (included in pytho

Re: [Pythonmac-SIG] PyQt apps on Mac

2010-03-30 Thread Lukas Hetzenecker
Hello, i recently made a standalone app of Series60-Remote [1] for Mac OS X. I used py2app, because Pyinstaller didn't work correctly [2]. You can find the build scripts here: [3] The build process is invoked with "python setup.py py2app" [1] http://series60-remote.sourceforge.net [2] http://www

Re: [Pythonmac-SIG] PyQt apps on Mac

2010-03-30 Thread Henning Hraban Ramm
Am 2010-03-30 um 07:47 schrieb Henning Hraban Ramm: Am 2010-03-30 um 00:01 schrieb Kevin Walzer: I'm interested in taking a look at PyQt apps on the Mac. Problem is--I can't find any that are already bundled as standalone apps. Right now I don't have the time or inclination to build PyQt f