Re: [Pythonmac-SIG] 06 WWDC and Python?

2006-08-08 Thread Brad Allen
At 3:01 PM -0700 7/8/06, Bill Bumgarner wrote: >On Jul 8, 2006, at 1:12 AM, Bob Ippolito wrote: > > On Jul 8, 2006, at 12:08 AM, DeanG wrote: > >> Is there any formal or informal Python related activities at WWDC > >> this year? > > > > I don't know of anything planned yet, and I don't think

Re: [Pythonmac-SIG] [pyobjc] FYI: Build error; setuptools egg missing

2006-08-08 Thread Bob Ippolito
On Aug 8, 2006, at 2:34 PM, Michael Glassford wrote: > I just got the PyObjC trunk from svn. When I try to build it ("$PYTHON > setup.py build"), I get the error at the end of this message. The > specified url, > "http://cheeseshop.python.org/packages/2.5/s/setuptools/ > setuptools-0.6c1-py2.5.e

[Pythonmac-SIG] [pyobjc] FYI: Build error; setuptools egg missing

2006-08-08 Thread Michael Glassford
I just got the PyObjC trunk from svn. When I try to build it ("$PYTHON setup.py build"), I get the error at the end of this message. The specified url, "http://cheeseshop.python.org/packages/2.5/s/setuptools/setuptools-0.6c1-py2.5.egg";, is in fact invalid: there's no setuptools directory.

Re: [Pythonmac-SIG] [py2app] "An unexpected error has occurred during execution of the main script"

2006-08-08 Thread Michael Glassford
Bob Ippolito wrote: > On Aug 8, 2006, at 6:57 AM, Michael Glassford wrote: > >> I get this error running a py2app alias build (one built with option >> alias=True) of an application, with the additional information >> "AttributeError: 'NoneType' object has no attribute 'endswith'; See >> the >>

Re: [Pythonmac-SIG] [py2app] "An unexpected error has occurred during execution of the main script"

2006-08-08 Thread Bob Ippolito
On Aug 8, 2006, at 6:57 AM, Michael Glassford wrote: > I get this error running a py2app alias build (one built with option > alias=True) of an application, with the additional information > "AttributeError: 'NoneType' object has no attribute 'endswith'; See > the > Console for a detailed trace

[Pythonmac-SIG] appscript 0.16.0 source release

2006-08-08 Thread has
Hi folks, I've posted the source for appscript 0.16.0 at: http://freespace.virgin.net/hamish.sanderson/appscript_source.html There's some API breakage in this version while I tidy stuff up (I want to freeze the aem and appscript APIs shortly) and a whole heap of other changes including bug f

Re: [Pythonmac-SIG] appscript with todos in iCal seams very slow

2006-08-08 Thread has
On 8 Aug 2006, at 01:49, Marcin Komorowski wrote: > I guess when I get to updating individual values in selected todos > records, I will have to use a relatively slow request-per-update > method. Is there a trick to update a field of a todo with a given > uid in a single request? You can s

[Pythonmac-SIG] [py2app] "An unexpected error has occurred during execution of the main script"

2006-08-08 Thread Michael Glassford
I get this error running a py2app alias build (one built with option alias=True) of an application, with the additional information "AttributeError: 'NoneType' object has no attribute 'endswith'; See the Console for a detailed traceback." However, no additional information is written to the con