Re: [Imdbpy-devel] appending to Unicode object

2007-09-24 Thread Pekka Jääskeläinen
On 9/24/07, Davide Alberani <[EMAIL PROTECTED]> wrote: > > I cannot reproduce your problem; maybe it was fixed in the CVS. I haven't tried the CVS version. Otherwise, can you provide me the imdbID of the offending movie? 1010270 -- --PJ ---

Re: [Imdbpy-devel] appending to Unicode object

2007-09-23 Thread Davide Alberani
On Sep 23, Pekka Jääskeläinen <[EMAIL PROTECTED]> wrote: > I got this in my app when searching with key word 'love sick' and updating > the resulting Movie: [...] > self._data.setdefault(self._section, []).append(p) > AttributeError: 'unicode' object has no attribute 'append' I've updated t

[Imdbpy-devel] appending to Unicode object

2007-09-23 Thread Pekka Jääskeläinen
I got this in my app when searching with key word 'love sick' and updating the resulting Movie: imdb_access.update(imdb_movie) File "build/bdist.linux-i686/egg/imdb/__init__.py", line 297, in update File "build/bdist.linux-i686/egg/imdb/parser/http/__init__.py", line 304, in get_mo vie_mai