I'm attempting to install the IMDBWebPy application which is a web-based front-end to the IMDBPy Python library. Running Mac OS X 10.5, I installed Darwin Ports and installed the IMDBPy package according to the documentation on DarwinPorts.
No errors.
For IMDbWebPy to work it requires running a Python script. Running that script generates an error that the "imdb IMDb IMDBError" module is not found.
From what I understand, the "imdb" module _is_ installed with IMDbPy. So...where is this module located? Why isn't it being loaded? Etc.
My question may be specific to how Python works vs the IMDb module specifically and I'll award points based on getting this error to disappear - experience with IMDbPy is optional.
Thanks.
Start Free Trial