On Thu, May 24, 2012 at 11:14 PM, Brian Abelson
<br...@harmony-institute.org> wrote:
>
> 4. Downloaded the stable version of IMDbPY  - 4.8.2

If possible, use the development version:
  https://bitbucket.org/alberanid/imdbpy/

> "Traceback (most recent call last):
>   File "bin/imdbpy2sql.py", line 34, in <module>
>     from imdb.parser.sql.dbschema import *
> ImportError: No module named imdb.parser.sql.dbschema"

You can't use the downloaded file without installing them.
You can try to run, from the main directory of the IMDbPY
package, this:
  python setup.py install

it should take care of all the dependencies, provided that you
have a working environment to compile the needed libraries
and/or that they are pre-packaged for MacOS X (I don't know,
since I don't use it).

Basically, the point is:
- try to install it (it will try to fetch some dependencies and
compile some modules)
- if some dependency fails, try to satisfy it manually.
- if there's no way and/or the compile step stops you, see the options shown
  by the setup.py file to exclude some pieces of IMDbPY.

It would be cool to have an auto-installer for Mac OS X or at least
the steps to follow to manage the installation of python modules;
is anyone out there expert on the subject? :-)


HTH,

-- 
Davide Alberani <davide.alber...@gmail.com>  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to