<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.python.imdbpy.user">
    <title>gmane.comp.python.imdbpy.user</title>
    <link>http://blog.gmane.org/gmane.comp.python.imdbpy.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/469"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/466"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/465"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/463"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/459"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/456"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/451"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/449"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/448"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/445"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/444"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/440"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/436"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/432"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/429"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/426"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/424"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/415"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/410"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.imdbpy.user/404"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/469">
    <title>help running imdbpy2sql</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/469</link>
    <description>&lt;pre&gt;Hi,

I am an unexperienced programmer trying to run imdppy2sql.py in order to
create a local sql database of imdb's data.  Thus far, here is what I have
done:

1. Downloaded all the plain text files from imdb into a single directory:
"/Users/TPF/Desktop/imdb/"
2. Downloaded Mamp and created a mysql database called "imdb"
3. Downloaded the latest version of sql object by typing "svn co
http://svn.colorstudy.com/sqlobject/trunk SQLobject into the command line
4. Downloaded the stable version of IMDbPY  - 4.8.2
5. Navigated to the IMDbPY folder by typing
"cd /Users/TPF/Desktop/IMDbPY-4.8.2" into the command line.
6. Entered this into the command line to execute the script:
"python bin/imdbpy2sql.py -d /Users/TPF/Desktop/imdb/ -u
mysql://root:root&amp;lt; at &amp;gt;localhost:8889/imdb"

However, this seems to continually return this error:

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

Yet, whe&lt;/pre&gt;</description>
    <dc:creator>Brian Abelson</dc:creator>
    <dc:date>2012-05-24T21:14:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/466">
    <title>imdbpy2sql.py problem on Ubuntu 12.04</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/466</link>
    <description>&lt;pre&gt;Hello,

Has anyone tried running imdbpy2sql.py on Ubuntu 12.04?  It was working
fine under 11.10, but now when I run it, it hangs on FLUSHING MoviesCache:

eric&amp;lt; at &amp;gt;eric-ubuntu:~/imdb$ ./imdbpy2sql.py -d ./compressed -u
mysql://root:xxxxxx&amp;lt; at &amp;gt;localhost/imdb

NOTICE: IF you're using InnoDB tables, data insertion can
be very slow; you can switch to MyISAM tables - forcing it
with the --mysql-force-myisam option - OR use the
--mysql-innodb command line option, but DON'T USE these if
you're already working on MyISAM tables, because it will
force MySQL to use InnoDB, and performances will be poor.

IMPORTING psyco... FAILED (not a big deal, everything is alright...)

RUNNING imdbpy2sql.py using the sqlobject ORM
SAVING imdbID values for movies... DONE! (0 entries)
SAVING imdbID values for people... DONE! (0 entries)
SAVING imdbID values for characters... DONE! (0 entries)
SAVING imdbID values for companies... DONE! (0 entries)
DROPPING current database... DONE!
CREATING new tables... DONE!
# TIME dropping and recreating&lt;/pre&gt;</description>
    <dc:creator>Eric Lange</dc:creator>
    <dc:date>2012-05-21T02:06:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/465">
    <title>imdbpy2slq</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/465</link>
    <description>&lt;pre&gt;Hi,
trying to run script imdbpy2sql, I got these issues (see below).
Mysqldb has been installed from site MySQL-python-1.2.3
and built like written in its readme file:


Issues I have (running python 2.7 preinstalled on Macbook pro)
thank you for helping me! I am total new in python, scripting and unix 


Traceback (most recent call last):



------------------------------------------------------------------------------
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-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/imdbpy-help
&lt;/pre&gt;</description>
    <dc:creator>gg4u</dc:creator>
    <dc:date>2012-05-07T10:25:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/463">
    <title>Want to create xml files for every type of supported imdbpy object from mysql database</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/463</link>
    <description>&lt;pre&gt;Hello,

First of all, thanks to the devs for putting together a really nice api.
I'm new to imdbpy and python so I thought I'd throw my question at the list
and see what happens ;)

I've followed the instructions and populated a mysql db w/ the info from the
imdb flat files.
I want to output from this db an xml file for every single imdbpy object
type(Movie, Person, etc.).
Is there a way to do this?

Thanks!

-Ben


------------------------------------------------------------------------------
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-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/imdbpy-help
&lt;/pre&gt;</description>
    <dc:creator>Benjamin</dc:creator>
    <dc:date>2012-04-27T22:48:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/459">
    <title>SQL Server Express 2008 R2 - Connection Error</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/459</link>
    <description>&lt;pre&gt;Hi there,

After running into some issues compiling from source - bumping up against the --
mno-cygwin issue using the latest MinGW release! :( - I reverted back to using 
Python 32 bit 2.7.2 environment, with the precompiled IMDbPy binary.

Using Pip, here's what I have:

c:\Python27\Scripts&amp;gt;pip freeze
Cython==0.15.1
FormEncode==1.2.4
IMDbPY==4.8.2
MySQL-python==1.2.3
SQLAlchemy==0.7.6
SQLObject==1.2.2
distribute==0.6.24
lxml==2.3.3
pymssql==2.0.0b1

This is under Windows 7. Each of the above was installed from a binary package. 
Now with this setup, I can dump the entire IMDb to MySQL using:

python27 imdbpy2sql.py -d d:/install/imdb/subset/ -u 
"mysql://root:mysql&amp;lt; at &amp;gt;localhost/imdb" --mysql-force-myisam

Which works great. However, now I'd like to get the same info into SQL Server 
Express 2008 R2. I have created an imdb user/login for SQL Server.

Yet when I execute:

c:\Python27\Scripts&amp;gt;python27 imdbpy2sql.py -d d:/install/imdb/subset/ -u "mssql:
//imdb:imdb&amp;lt; at &amp;gt;localhost/imdb" --ms-sqlserver

I get:

Tracebac&lt;/pre&gt;</description>
    <dc:creator>Damien</dc:creator>
    <dc:date>2012-03-26T07:25:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/456">
    <title>Episode information of not available</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/456</link>
    <description>&lt;pre&gt;Hi there,

I was looking if I could retreive episode information through imdbpy,
but was unable to do so:

I executed following code which can be found here:
http://imdbpy.sourceforge.net/docs/README.series.txt

  from imdb import IMDb
  i = IMDb()
  m = i.get_movie('0389564')  # The 4400.
  m['kind']    # kind is 'tv series'.
  i.update(m, 'episodes')   # retrieves episodes information.

 Whenever I call:
 m['episodes']

I get following error message:

...\imdb\utils.pyc in __getitem__(self, key)
   1431         # Handle key aliases.

   1432         key = self.keys_alias.get(key, key)
-&amp;gt; 1433         rawData = self.data[key]
   1434         if key in self.keys_tomodify and \
   1435                 self.modFunct not in (None, modNull):

KeyError: 'episodes'


I'm I doing something wrong? I currently using IMDbPY 4.8.2 2011-11-01
with Python 2.7.2 32 Bit.

It would be very nice if someone could help me here or at least see if
you also get the error.

Greetings,
David

---------------------------------------&lt;/pre&gt;</description>
    <dc:creator>David Kaufman</dc:creator>
    <dc:date>2012-03-24T13:44:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/451">
    <title>timing out</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/451</link>
    <description>&lt;pre&gt;Hello all,
so let's say I am trying to get movie's info:
movie = imdb.IMDb().get_movie('FilmID')
but it times out - i.e. something goes wrong and the movie's info is not
retrieved. Ideally, I would like to do something like:
try:
      movie = imdb.IMDb().get_movie('FilmID')
except imdb.IMDbDataAccessError:
      # tell me it times out and do something about it
But it seems imdb.IMDb().get_movie() does not give exceptions when it
times out. (It sometimes is not succesful in retrieving movies info but is
suspiciously silent about it).

Am I doing something wrong?
Regards,
Tomas

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>Tomáš Hnyk</dc:creator>
    <dc:date>2012-03-21T21:31:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/449">
    <title>install fails</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/449</link>
    <description>&lt;pre&gt;Hi all! I've a problem with the installation. Could you help me please?

&amp;lt;imdbpy-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org&amp;gt;root&amp;lt; at &amp;gt;ubuntu:/home/ubuntu/imdbpy/IMDbPY-4.8.2#
python ./setup.py
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution
option: 'zip_safe'
  warnings.warn(msg)

Ubuntu 12.04 LTS


Thank you

Jan Behrendt
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure_______________________________________________
Imdbpy-help mailing list
Imdbpy-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/imdbpy-help
&lt;/pre&gt;</description>
    <dc:creator>Jan Behrendt</dc:creator>
    <dc:date>2012-03-18T17:50:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/448">
    <title>lm (list movies): please update description and link</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/448</link>
    <description>&lt;pre&gt;Almost 2 years ago, Goffi went here to present the first version of
this script (http://groups.google.com/group/imdbpy-users/browse_thread/
thread/4392e5058241e59d). I am now continuing the development.

lm is displayed on your page of programs using imdbpy. Is it possible
to update links and description with new information provided below?

***************************
*lm* is a command-line tool which lists movies, loosely inspired from
ls. Extra features allow you to download subtitles, and interact with
the opensubtitles hash database. *lm* is not english oriented, and is
able to provide information for all movie files.

For a more detailed description with examples please visit my blog
(english version)
http://redrises.blogspot.com/2012/02/lm-list-movies-command-line-tool-lm_01.html

Sources:
https://github.com/RedRise/lm
***************************

Best regards,
Red Rise


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure fr&lt;/pre&gt;</description>
    <dc:creator>polluxxx-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-03-16T08:13:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/445">
    <title>Problem with</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/445</link>
    <description>&lt;pre&gt;Hello,

I have a problem with an installation on gentoo system.

I Installed with 4 different methods and have the same problem.

Let me describe the methods:

1. Gentoo packages
2. easy_install
3. pip
4. Source compile from sourceforge

I am using this for python and i get these errors

from imdb import IMDb
   import imdb.helpers

Nothing of the above imports work. It seems like the IMDb module is
missing.

Eg if i do import imdb or from imdb  import * i cant use the ia = IMDb()
with an error of module not found
------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/_______________________________________________
Imdbpy-help mailing list
Imdbpy-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/imdbpy&lt;/pre&gt;</description>
    <dc:creator>J. K. </dc:creator>
    <dc:date>2012-02-28T23:34:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/444">
    <title>helpers functions to handle AKA titles</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/444</link>
    <description>&lt;pre&gt;Hi all,
we're introducing some functions, in the imdb.helpers module, to play a
little with titles AKAs (most of the code is a work of Alberto Malagoli;
refactoring, bugs and misuses of the original idea are mine).

The functions:
# akasLanguages(movie)
Returns  a list of tuples in (lang, AKA) format; lang can be None, if
unable to guess.


# sortAKAsBySimilarity(movie, title, _titlesOnly=True, _preferredLang=None)
Return a list of AKAs for the movie (a Movie instance), sorted on
similarity with
the given title (a string).  This is useful to get most similar title
to the one you
searched, for example.
If _preferredLang is given, titles in that languages are preferred.
If _titlesOnly is False, the returned values is no longer a list of
titles (unicode strings),
but a list of (score, title, language) tuples.


# getAKAsInLanguage(movie, lang, _searchedTitle=None)
Return all AKAs of the movie object, for the given language.
If _searchedTitle is given, the results are sorted based on their
similarity to it.


No&lt;/pre&gt;</description>
    <dc:creator>Davide Alberani</dc:creator>
    <dc:date>2012-02-25T14:55:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/440">
    <title>IMDB database creation</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/440</link>
    <description>&lt;pre&gt;Hello Guys, 

First of all thanks for IMDbPY it works great. 
I have a question though and it may not be related as close to IMDbPY as it should be to use this mailing list, but I just can get over it. 

I wanted to play with the IMDB UNIX search programs, that can be found here: http://www.imdb.com/interfaces
I was able to compile the programs, but I couldn't create the databases. 
Lots of .list files failed to convert to .data/.names/.titles files with error codes like these:

/usr/local/moviedb-3.24/etc/mkdb  -movie
Adding Movies List...
make[3]: *** [movies.data] Bus error

/usr/local/moviedb-3.24/etc/mkdb  -acr
Adding Actors...
mkdb: too many titles -- increase MAXTITLES
make[3]: *** [actors.data] Error 255

/usr/local/moviedb-3.24/etc/mkdb  -acs
Adding Actresses...
make[3]: *** [actresses.data] Segmentation fault
make[3]: *** Deleting file `actresses.data'

I thought this can be traced back to the stack size limit on mac os x, which is limited by default and can be maxed to only 64MB. 
So, I tried on U&lt;/pre&gt;</description>
    <dc:creator>Márton Szabó</dc:creator>
    <dc:date>2012-02-15T14:39:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/436">
    <title>Adding foreign keys fail with postgresql database</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/436</link>
    <description>&lt;pre&gt;Hi,

  At the end of imdbpy2sql.py script, i get this error:

# TIME TOTAL TIME TO INSERT/WRITE DATA : 253min, 55sec (wall) 93min, 
7sec (user) 15min, 0sec (system)
building database indexes (this may take a while)
# TIME createIndexes() : 26min, 33sec (wall) 0min, 0sec (user) 0min, 
0sec (system)
adding foreign keys (this may take a while)
Traceback (most recent call last):
   File "/usr/bin/imdbpy2sql.py", line 5, in &amp;lt;module&amp;gt;
     pkg_resources.run_script('IMDbPY==4.8.2', 'imdbpy2sql.py')
   File "/usr/lib64/python2.6/site-packages/pkg_resources.py", line 500, 
in run_script
     self.require(requires)[0].run_script(script_name, ns)
   File "/usr/lib64/python2.6/site-packages/pkg_resources.py", line 
1236, in run_script
     execfile(script_filename, namespace, namespace)
   File 
"/usr/lib64/python2.6/site-packages/IMDbPY-4.8.2-py2.6-linux-x86_64.egg/EGG-INFO/scripts/imdbpy2sql.py", 
line 2958, in &amp;lt;module&amp;gt;
     run()
   File 
"/usr/lib64/python2.6/site-packages/IMDbPY-4.8.2-py2.6-linux-x86_64.egg/EGG-INFO&lt;/pre&gt;</description>
    <dc:creator>y.josuin-TDf4sKD1mxeHlu7OokbhRg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-12-14T16:20:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/432">
    <title>imdbpy2sql - some movies are missing nr_order for thecast</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/432</link>
    <description>&lt;pre&gt;Hi,

Just noticed that some movies are missing nr_order for the cast.

For example: Titles: *Snow White and the Huntsman* (2012) and *Ceremony*(2010)

select * from cast_info where movie_id=(select id from title where
title='Snow White and the Huntsman');
NR_ORDER column is &amp;lt;NULL&amp;gt; for every cast_info entry beside one, which has
value *19*
http://www.imdb.com/title/tt1735898/

select * from cast_info where movie_id=(select id from title where
title='Ceremony' and kind_id=1 and production_year=2010);
NR_ORDER column is &amp;lt;NULL&amp;gt; for every cast_info entry beside one, which has
value *0
*http://www.imdb.com/title/tt1341341/

It looks like there is something wrong, becaouse i have never seen so much *
nr_order* missing before


I am using latest dev version of imdbpy2sql (IMDbPY==4.9dev-20111124)
(PostgreSQL)
Data files date: 24.Nov.2011

I just ran update with newest datafiles (09.Dec.2011)
I'll notice as soon as it ends if there will be any changes.

Maybe you already have some ideas what could went wrong?
Thanks.&lt;/pre&gt;</description>
    <dc:creator>darklow</dc:creator>
    <dc:date>2011-12-13T08:26:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/429">
    <title>Error returned when running imdbpy2sql.py with MySQLdatabase</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/429</link>
    <description>&lt;pre&gt;I am getting this issue when I run imdbpy2sql.py with the proper arguments
with a mysql scheme and I can't seem to figure out the issue. I posted on Stack
Overflow&amp;lt;http://stackoverflow.com/questions/8177402/error-returned-when-running-imdbpy2sql-py-with-mysql-database&amp;gt;but
I only managed to resolve part of the problem and this is what
remains.

The following is the output:

Traceback (most recent call last):
  File "/usr/local/bin/imdbpy2sql.py", line 4, in &amp;lt;module&amp;gt;
    import pkg_resources
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2672, in
&amp;lt;module&amp;gt;
    working_set.require(__requires__)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 654, in
require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 552, in
resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: decorator

Does anyone happen to know what is happening and/or have a solution to the
issue?
--------------------&lt;/pre&gt;</description>
    <dc:creator>Cody Bohn</dc:creator>
    <dc:date>2011-11-19T19:17:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/426">
    <title>Retrieving actor info set from Person</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/426</link>
    <description>&lt;pre&gt;Let me first preface this question by stating that I really don't know a whole lot of Python: in fact, all I know of the language I learned from playing around with IMDbPY. Therefore, you'll have to dumb your responses down a bit *sheepish smile*

Ok, into the meat of the question:

I'm attempting to create a script that lets you find the "connections" between two actors (i.e. through movies and actors they have worked with, how are they connected, 6 Degrees of Kevin Bacon?). Retrieving the information is easy enough, but the logic that looks for the connections is slightly more complicated than I can handle in Python, so, being a Java programmer, I decided to use Jython. Here's where I run in to some issues, and I'm fairly confused to say the least.

1. I can correctly import the imdb package into my program (I'm using the Python Interpreter method of Jython if you're at all familiar with it. It goes something like this, fairly simple to understand.)

PythonInterpreter pi = new PythonInterpreter();
pi.exec(&lt;/pre&gt;</description>
    <dc:creator>Nicholas Cafarchio</dc:creator>
    <dc:date>2011-11-17T06:10:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/424">
    <title>imdbpy2sql: KeyError: md5sum</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/424</link>
    <description>&lt;pre&gt;Hi,

I'm attempting to transform the IMDb text files (acquired from one of
the mirrors today) into a mySQL database using imdbpy2sql (the latest
version from Mercurial). Something goes wrong, though, and my knowledge
of Python/MySQL isn't sufficient to find out what the cause of the error
is. Any pointers? Here's the error message, which I get right after
trying to execute the Python script.

---
NOTICE: IF you're using InnoDB tables, data insertion can
be very slow; you can switch to MyISAM tables - forcing it
with the --mysql-force-myisam option - OR use the
--mysql-innodb command line option, but DON'T USE these if
you're already working on MyISAM tables, because it will
force MySQL to use InnoDB, and performances will be poor.

Traceback (most recent call last):
  File "imdbpy2sql.py", line 1675, in &amp;lt;module&amp;gt;
    CACHE_MID_AKAS = AkasMoviesCache()
  File "imdbpy2sql.py", line 1636, in __init__
    MoviesCache.__init__(self, *args, **kdws)
  File "imdbpy2sql.py", line 990, in __init__
    'md5sum'))
  File&lt;/pre&gt;</description>
    <dc:creator>Frederik Vaassen</dc:creator>
    <dc:date>2011-11-15T15:33:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/415">
    <title>getting "grossing" data</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/415</link>
    <description>&lt;pre&gt;Hi,

I have just started using IMDbPY. I would like to get the "grossing"
field of a given movie, but I don't know how.

Neither "business" or "grossing" works for me.

Is grossing available in IMDbPY in some way?

Zsolt

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
&lt;/pre&gt;</description>
    <dc:creator>Zsolt Ero</dc:creator>
    <dc:date>2011-11-12T19:44:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/410">
    <title>cant retrieve movie list from person</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/410</link>
    <description>&lt;pre&gt;Hi
Im trying to retrieve a list of movies a person has worked on, but it only
seems to work on famous people (?)
Below is some copy paste from python:

2011-10-28 18:51:47,618 WARNING [imdbpy.parser.http.domparser]
imdb\parser\http\utils.py:459: unable to use "lxml": No module named
lxml.html
2011-10-28 18:51:47,642 WARNING [imdbpy.parser.http.domparser]
imdb\parser\http\utils.py:450: falling back to "beautifulsoup"
2011-10-28 18:51:48,621 WARNING [imdbpy.parser.http.domparser]
imdb\parser\http\utils.py:459: unable to use "lxml": No module named
lxml.html
2011-10-28 18:51:48,622 WARNING [imdbpy.parser.http.domparser]
imdb\parser\http\utils.py:450: falling back to "beautifulsoup"
2011-10-28 18:51:48,723 WARNING [imdbpy.parser.http.domparser]
imdb\parser\http\utils.py:459: unable to use "lxml": No module named
lxml.html
2011-10-28 18:51:48,723 WARNING [imdbpy.parser.http.domparser]
imdb\parser\http\utils.py:450: falling back to "beautifulsoup"
{u'The Story of Vernon and Irene Castle (1939)': &amp;lt;Movie id:0031983[&lt;/pre&gt;</description>
    <dc:creator>Gustaf Nilsson</dc:creator>
    <dc:date>2011-10-28T17:57:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/404">
    <title>imdbpy2sql.py</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/404</link>
    <description>&lt;pre&gt;Hi,

I just installed imdbpy and i want to use the imdbpy2sql.py to copy to mysql. I'm using ubuntu.


I need to run this script from some folder right? WHere can i find the script?


Best Regards,

Tiago

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2_______________________________________________
Imdbpy-help mailing list
Imdbpy-help-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/imdbpy-help
&lt;/pre&gt;</description>
    <dc:creator>Tiago Serra</dc:creator>
    <dc:date>2011-10-07T23:04:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.imdbpy.user/396">
    <title>Problem with importing to MySQL database</title>
    <link>http://comments.gmane.org/gmane.comp.python.imdbpy.user/396</link>
    <description>&lt;pre&gt;Hi everyone,

I am having a problem while trying to import imdb data from text files to
MySQL database using imdbpy2sql.py script. It throws the following error. It
seems like the exception handler code tries to insert a duplicated record
into cast_info table with existing primary key. Can anyone help me fix this
problem or suggest any work around solution? Thanks in advance.

Regards,

K.Hein

------

SCANNING actor: Hall, Stephan
SCANNING actor: Halsey, William F.
 * FLUSHING CharactersCache...
 * TOO MANY DATA (100000 items in CharactersCache), recursion: 1
   * SPLITTING (run 1 of 2), recursion: 1
 * FLUSHING CharactersCache...
Traceback (most recent call last):
  File "D:\project\IMDB\IMDbPY-4.7\bin\imdbpy2sql.py", line 2951, in
&amp;lt;module&amp;gt;
    run()
  File "D:\project\IMDB\IMDbPY-4.7\bin\imdbpy2sql.py", line 2812, in run
    castLists(_charIDsList=characters_imdbIDs)
  File "D:\project\IMDB\IMDbPY-4.7\bin\imdbpy2sql.py", line 1576, in
castLists
    doCast(f, roleid, rolename)
  File "D:\project\IMDB\IMDbP&lt;/pre&gt;</description>
    <dc:creator>K Hein</dc:creator>
    <dc:date>2011-09-20T10:50:23</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.python.imdbpy.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.python.imdbpy.user</link>
  </textinput>
</rdf:RDF>

