On Mon, May 9, 2011 at 12:00, LinuxUser <illba...@gmail.com> wrote: > > ia = imdb.IMDb() > AttributeError: 'module' object has no attribute 'IMDb' > > ---------------- > > I googled it and a bunch of people said to raname the py file but that > obviously isn't the prob.
Well, at first sight it looks like there's another module in the system called imdb. :-) I'd check if there's a file named imdb.py somewhere in your supybot directories (or a directory named "imdb" with a __init__.py file in it). After that, try to run at the python prompt these commands: import imdb print imdb The output should give you the path of the imported file. HTH, -- Davide Alberani <davide.alber...@gmail.com> [PGP KeyID: 0x465BFD47] http://www.mimante.net/ ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Imdbpy-devel mailing list Imdbpy-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/imdbpy-devel