I worked out most of the errors and warnings, but the following error has me st
umped. Any ideas?

Right after this:
SCANNING release dates:

I got this:
# TIME doMiscMovieInfo(release dates) : 11min, 43sec (wall) 1min, 54sec (user) 
 * FLUSHING SQLData...
 * TOO MANY DATA (9999 items), SPLITTING (run #1)...
 * FLUSHING SQLData...
 * TOO MANY DATA (4999 items), SPLITTING (run #2)...
 * FLUSHING SQLData...
 * TOO MANY DATA (2499 items), SPLITTING (run #3)...
 * FLUSHING SQLData...
 * TOO MANY DATA (1249 items), SPLITTING (run #4)...
 * FLUSHING SQLData...
 * TOO MANY DATA (624 items), SPLITTING (run #5)...
 * FLUSHING SQLData...
 * TOO MANY DATA (312 items), SPLITTING (run #6)...
 * FLUSHING SQLData...
 * TOO MANY DATA (156 items), SPLITTING (run #7)...
 * FLUSHING SQLData...
 * TOO MANY DATA (78 items), SPLITTING (run #8)...
 * FLUSHING SQLData...
 * TOO MANY DATA (39 items), SPLITTING (run #9)...
WARNING recursion level exceded trying to flush data
WARNING this batch of data is lost.
WARNING recursion level exceded trying to flush data
WARNING this batch of data is lost.

A few more of these:
 * FLUSHING SQLData...

Then this:
/Library/Python/2.7/site-packages/IMDbPY-5.0-py2.7-macosx-10.11-intel.egg/EGG-I
NFO/scripts/imdbpy2sql.py:1458: Warning: Column 'movie_id' cannot be null
  CURS.executemany(self.sqlString, self.converter(self.values()))

And a few more of these:
 * FLUSHING SQLData...
SCANNING movielinks:
 * FLUSHING SQLData...

Then this:
2016-01-22 13:26:29,947 CRITICAL [imdbpy] /Library/Python/2.7/site-packages/IMD
bPY-5.0-py2.7-macosx-10.11-intel.egg/imdb/_exceptions.py:35: IMDbParserError ex
ception raised; args: ('invalid title: ""',); kwds: {}
Traceback (most recent call last):
  File "/Library/Python/2.7/site-packages/IMDbPY-5.0-py2.7-macosx-10.11-intel.e
  gg/EGG-INFO/scripts/imdbpy2sql.py", line 3059, in <module>
    import psyco
ImportError: No module named psyco

Then a few more of these and it finishes:
 * FLUSHING SQLData...
SCANNING movielinks:




My set up...
Mac El Capitan, native Python 2.7, Xcode 7.2, mysql-5.7.10-osx10.10-x86_64
Added # max_allowed_packet=128M to my.cnf
Ran imdbpy2sql.py with the --mysql-force-myisam option


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to