[Imdbpy-help] imdbpy install errors with SQLAlchemy version

2015-07-23 Thread karthik lekkala
i was trying to install imdbpy and ran into some errors any help would be
so helpful . iam attaching the error log
thanks in advance
karthik


Installed
/usr/local/lib/python2.7/dist-packages/IMDbPY-5.0-py2.7-linux-x86_64.egg
Processing dependencies for IMDbPY==5.0


  ERROR
  =

  Aaargh!  An error!  An error!
  Curse my metal body, I wasn't fast enough.  It's all my fault!

  Anyway, if you were trying to build a package or install IMDbPY to your
  system, looks like we're unable to fetch or install some dependencies,
  or to compile the C module.

  The best solution is to resolve these dependencies (maybe you're
  not connected to Internet?) and/or install a C compiler.

  You may, however, go on without some optional pieces of IMDbPY;
  try re-running this script with the corresponding optional argument:

  --without-lxmlexclude lxml (speeds up 'http')
  --without-cutils  don't compile the C module (speeds up 'sql')
  --without-sqlobject   exclude SQLObject  (you need at least one of)
  --without-sqlalchemy  exclude SQLAlchemy (SQLObject or SQLAlchemy,)
   (if you want to access a )
   (local SQL database  )
  --without-sql no access to SQL databases (implied if both
--without-sqlobject and --without-sqlalchemy
are used)

  Example:
  python ./setup.py --without-lxml --without-sql install

  The caught exception, is re-raise below:

error: Installed distribution SQLAlchemy 1.0.6 conflicts with requirement
SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99
--
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


[Imdbpy-help] HELP IMDbPY

2015-07-23 Thread 杨远益
There is an example in the README as follows

Example:
> i = imdb.IMDb(accessSystem='http')
> m = i.get_movie('0133093') # only default info set are retrieved.
> m.has_key('demographic') # returns false, since no demographic breakdowns
> # aren't available by default.
> i.update(m, info=('vote details',)) # retrieve the vote details info set.
> print m['demographic'] # print the demographic breakdowns.

But by using this example I only get the information about male female
aged under 18 and so on.

[image: 内嵌图片 1]

I want to know can I get the data in the picture below



[image: 内嵌图片 2]
--
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help