You're on the right track. You'll need to find out which version of python
you are attempting to use and which one has the IMDbPy module installed into
it. Also, check that your python path is included in your shell.

PYTHONPATH=/Users/someone/lib/
export PYTHONPATH

(you'll need to have this in your ~/.profile, or whatever OSX uses)

Something to this degree, have a google search for related python path and
OSX stuff such as darwinports vs the base installed python (you probably
have two python's installed currently if you did in fact use darwinports to
install a python module). There is no problem in having multiple python's
installed, I typically have 3+ installations running at the same time for
various version testing.


On Mon, Jun 2, 2008 at 5:46 PM, Eric Brodeur <[EMAIL PROTECTED]> wrote:

> Hello.
>
> I recently installed IMDbPy 3.3 under DarwinPorts. The installation
> went smoothly. I then installed IMDbWebPy and when running the main
> Python script received an error:
>
> imdb IMDb IMDBError module is not found
>
> I don't know how Python works but I'm guessing this module (installed
> via IMDbPy) isn't being found or the installation isn't correct.
>
> Anyone point me in the direction of getting this error resolved?
>
> Thanks.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Imdbpy-devel mailing list
> Imdbpy-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/imdbpy-devel
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to