Error returned when running imdbpy2sql.py with MySQL database
问题 I am working on getting IMDbPY installed and working and I have come to a point where I am working on pulling in all of the data from the flat (text) files in to a (MySQL) database. When I run the appropriate command: imdbpy2sql.py -d /tmp/IMDB/ -u 'mysql://user:password@host/database' I recieve the following error: Traceback (most recent call last): File "/usr/local/bin/imdbpy2sql.py", line 4, in <module> import pkg_resources File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line