On Jul 25, asaf david <[EMAIL PROTECTED]> wrote: > hello
Hi! > File "D:\Documents and Settings\asafdav2\Desktop\pythonScripts\imdb.py", > line 2, in <module> > ia = imdb.IMDb() > AttributeError: 'module' object has no attribute 'IMDb' > > any idea what am i doing wrong? This may be easy. :-) Try renaming your script to "anythingElseButimdb.py" It's probable that your script named "imdb.py" shadows the python package of IMDbPY, incidentally called... "imdb". :-) If there are other problems, let me know! -- Davide Alberani <[EMAIL PROTECTED]> [PGP KeyID: 0x465BFD47] http://erlug.linux.it/~da/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Imdbpy-devel mailing list Imdbpy-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/imdbpy-devel