Re: [Imdbpy-help] IMDbDataAccessError

2009-11-28 Thread Davide Alberani
On Nov 28, Jonas Geiregat wrote: > Simply put: > > >>> ai.search_movie("The thaw") > Traceback (most recent call last): [...] > imdb._exceptions.IMDbDataAccessError: {'exception type': 'IOError', > 'url': 'http://akas.imdb.com/find?s=tt;mx=20;q=The+thaw', 'errcode': > 'socket error', 'proxy':

[Imdbpy-help] IMDbDataAccessError

2009-11-28 Thread Jonas Geiregat
Simply put: >>> ai.search_movie("The thaw") Traceback (most recent call last): File "", line 1, in File "/Library/Python/2.6/site-packages/IMDbPY-4.3-py2.6-macosx-10.6-universal.egg/imdb/__init__.py", line 365, in search_movie res = self._search_movie(title, results) File "/Library/P

Re: [Imdbpy-help] IMDbPY 4.3

2009-11-28 Thread Davide Alberani
On Nov 18, Davide Alberani wrote: > Since IMDb is introducing a new style for page about persons, > soon we'll change the parsers to support it. Fascinating: it seems that they have reconsidered the experiment, and the old style is back for everyone. No need for new parsers, for the moment. -