Simply put:

>>> ai.search_movie("The thaw")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File 
"/Library/Python/2.6/site-packages/IMDbPY-4.3-py2.6-macosx-10.6-universal.egg/imdb/__init__.py",
 line 365, in search_movie
    res = self._search_movie(title, results)
  File 
"/Library/Python/2.6/site-packages/IMDbPY-4.3-py2.6-macosx-10.6-universal.egg/imdb/parser/http/__init__.py",
 line 425, in _search_movie
    cont = self._get_search_content('tt', title, results)
  File 
"/Library/Python/2.6/site-packages/IMDbPY-4.3-py2.6-macosx-10.6-universal.egg/imdb/parser/http/__init__.py",
 line 408, in _get_search_content
    cont = self._retrieve(imdbURL_find % params)
  File 
"/Library/Python/2.6/site-packages/IMDbPY-4.3-py2.6-macosx-10.6-universal.egg/imdb/parser/http/__init__.py",
 line 394, in _retrieve
    return self.urlOpener.retrieve_unicode(url, size=size)
  File 
"/Library/Python/2.6/site-packages/IMDbPY-4.3-py2.6-macosx-10.6-universal.egg/imdb/parser/http/__init__.py",
 line 199, in retrieve_unicode
    'original exception': e}
imdb._exceptions.IMDbDataAccessError: {'exception type': 'IOError', 'url': 
'http://akas.imdb.com/find?s=tt;mx=20;q=The+thaw', 'errcode': 'socket error', 
'proxy': '', 'original exception': IOError('socket error', gaierror(8, 
'nodename nor servname provided, or not known')), 'errmsg': '[Errno 8] nodename 
nor servname provided, or not known'}


That's my problem ?

Regards, 

Jonas.
------------------------------------------------------------------------------
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-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to