Hi,

I am currently writing a program to try and solve the 'Kevin Bacon' game
using imdbpy.  However, I am encountering an issue with my code, I receive
the following:

morrolan@debianvm ~/KevinBacon $ python KevinBacon.py 'Angelina Jolie'
'Jared Leto' 6

KEVIN BACON SOLVER - Morrolan 2012

Angelina Jolie >> Jared Leto

2012-12-31 20:49:45,086 WARNING [imdbpy.parser.http.urlopener]
/usr/local/lib/python2.7/dist-packages/IMDbPY-5.0dev_20121231-py2.7.egg/imdb/parser/http/__init__.py:236:
Unable to detect the encoding of the retrieved page [latin_1]; falling back
to default latin1.
2012-12-31 20:49:52,248 WARNING [imdbpy.parser.http.urlopener]
/usr/local/lib/python2.7/dist-packages/IMDbPY-5.0dev_20121231-py2.7.egg/imdb/parser/http/__init__.py:236:
Unable to detect the encoding of the retrieved page [latin_1]; falling back
to default latin1.

My code is available on Github at https://github.com/Morrolan/KevinBacon

So far I have been unable to determine what is causing the issue -
previously (in imdbpy 4.9) I had resorted to commenting out the statement
in the imdbpy module, but now that I am using the development build of 5.0
I am encountering it again, so I thought that I would attempt to solve it
properly?

Kind Regards,
Morrolan
------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to