[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


[Imdbpy-help] Help: IMDBPY on AWS RDSMySQL instance

2014-12-22 Thread Livan Alonso Sarduy
Hi all,
I am wondering how I should change the command: imdbpy2sql.py -d 
/dir/with/plainTextDataFiles/ -u 'mysql://root:root@localhost/imdb' 
mysql://root:root@localhost/imdb'  in order to connect to database 
“IMDBdatabase” located in AWS RDS MySQL instance. I connect to instance using 
the following command: mysql -h IMDBdatabase.us-east-1.rds.amazonaws.com -u 
root -p
Thanks for your support,
Livan

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help