[Imdbpy-help] search_movie('The Untouchables'): No results ?

2012-12-17 Thread mathieu roche
Hi, Currently, it's seems there is a problem to search a movie by title. On my debian sid with Python 2.7.3rc2. >>> imdb.VERSION '4.9' >>> import imdb >>> imdb.VERSION '4.9' >>> ia = imdb.IMDb() >>> ia.search_movie('The Untouchables') [] When, I try with the ID, it's OK. Any ideas ? Thanks. -

Re: [Imdbpy-help] search_movie('The Untouchables'): No results ?

2012-12-17 Thread mathieu roche
Thank a lot for your feedback. I'll try the mercurial repository. Regards, Mathieu 2012/12/17 Davide Alberani : > On Sun, Dec 16, 2012 at 11:37 PM, mathieu roche > wrote: >> >> Currently, it's seems there is a problem to search a movie by title. > >