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