Hello!

When using "beautifulsoup", the get_top250_movies() function returns empty list:
(tested on imdbpy 4.1)

>>> import imdb
>>> a = imdb.IMDb('http')
>>> b = a.get_top250_movies()
>>> b
[]

get_bottom100_movies however does work
>>> c = a.get_bottom100_movies()
>>> c
[<Movie id:0107838[http] title:_Pocket Ninjas (1997)_>, <Mo....

I've tried top250 with lxml and it works, unfortunately I can't use lxml 
permanently
due to some kind of a bug in it (starts screaming something about NoneType when
I reload the scripts and refuses to work until restart).

Thanks for any help.



      
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to