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
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
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
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
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