[Imdbpy-help] cant retrieve movie list from person

2011-10-28 Thread Gustaf Nilsson
Hi Im trying to retrieve a list of movies a person has worked on, but it only seems to work on famous people (?) Below is some copy paste from python: >>> import imdb >>> x = imdb.IMDb() >>> a = x.get_person(1) 2011-10-28 18:51:47,618 WARNING [imdbpy.parser.http.domparser] imdb\parser\http\utils.p

Re: [Imdbpy-help] cant retrieve movie list from person

2011-10-28 Thread Davide Alberani
On Fri, Oct 28, 2011 at 19:57, Gustaf Nilsson wrote: > Hi > Im trying to retrieve a list of movies a person has worked on, but it only > seems to work on famous people (?) Hi! First of all, if you're not already doing it, I suggest to use the version from the Mercurial repository: http://bitbu