[Pythonmac-SIG] Size of (Universal) Py2app apps?

2006-04-20 Thread Ryan Wilcox
Hi all, I recently converted my pyobjc application to Universal Python 2.4, and the size came out to 7.4MB. Does this sound reasonable to everybody in size, or is there something in my setup.py that I need to change/add now that I'm building universal? Thanks, _Ryan Wilcox -- Wilcox Developm

[Pythonmac-SIG] [py2app] building on 10.4 for 10.3?

2006-02-24 Thread Ryan Wilcox
Hi guys, Can I build apps, using py2app on 10.4, that run on OS X 10.3 also? I know in the past the answer has been "maybe", but I wonder if that has changed with some of the new cross-development stuff in XCode 2.1+. I don't use any python extensions (well, beyond pyobjc), just one NSBundle th

[Pythonmac-SIG] LaunchServices and (appscript and) Intel Mac?

2006-01-30 Thread Ryan Wilcox
Hello all, I wanted to get appscript up and running on my Intel mac. I installed Tiger23Compat.pkg, and Python23Compat, which installed LaunchServices. Now I do a $ pythonw >>> from appscript import * >>> from appscript import * Traceback (most recent call last): File "", line 1, in ? File

[Pythonmac-SIG] pythonw stay open

2005-12-06 Thread Ryan Wilcox
Hello all, I have a bunch of CGIs that make use of pythonw (+cgiwrap) to allow me to send AppleEvents (via appscript) to applications on the web server machine. Everytime I hit one of these CGIs, pythonw launches a Python application (which makes sense). While this machine is under heavy-is

Re: [Pythonmac-SIG] Selecting in BBEdit & Python Indenting

2005-11-30 Thread Ryan Wilcox
On 11/29/05, at 9:03 PM, [EMAIL PROTECTED] said: >Yes, it is, but it really doesn't do python indenting quite right. >These days, all python code really should be indented with 4 spaces, >and while you can set BBedit to put in 4 spaces when you hit the tab >key, it doesn't recognize those four spa