On May 4, 2007, at 1:57 AM, Hampton Paulk wrote: > Good evening, (depending on where you are...) [...] > I have heard the warnings and am attempting to change my > application to use sql instead of the old http access.
For a good reason. > > I have so far run into one gotcha that I am not sure wether is my > ignorance, or if it just not available; > I am not able to pull the 'cover url' any longer when using the > result of a get_movie... [...] > mImage always returns a NoneType Unfortunately the cover URL is never available when using SQL. I'm guessing that it's not in the .gz files that you've downloaded, and is only there when parsing the HTML of imdb.com. I had the same problem myself, and the way I got around it was simply to instantiate a new imdb.IMDb('httpThin') for when I need the coverURL. The rest of the details, I get from SQL. -- Jesper Noehr [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Imdbpy-devel mailing list Imdbpy-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/imdbpy-devel