Re: 'NoneType' object has no attribute 'rfind'

2009-02-04 Thread bfellows
Looks like I figured it out, it was my mad Python skillz. I cast the blah_id object as a string when feeding it to the GetFeed function. Works now. On Feb 4, 11:50 am, Karen Tracey wrote: > On Wed, Feb 4, 2009 at 2:37 PM, bfellows wrote: > > > Traceback: > > File "

Re: 'NoneType' object has no attribute 'rfind'

2009-02-04 Thread bfellows
Traceback: File "/var/lib/python-support/python2.5/django/core/handlers/base.py" in get_response 86. response = callback(request, *callback_args, **callback_kwargs) File "/var/django/.../views.py" in display 33. photos = gd_client.GetFeed(f) File "/usr/lib/python2.5/site-packages/gdata/photos/serv

'NoneType' object has no attribute 'rfind'

2009-02-04 Thread bfellows
I've run into what strikes me as an odd exception when using the gdata- python-client library in Django 1.0 on Python 2.5 and the dev environment server. For context, this is a very simple sandbox app for playing with the picasa web album API. It contains no data models. I have my urls set up to