Re: [Imdbpy-help] MemoryError

2016-09-28 Thread Abraham Whiskas
I managed to track what was causing the error, and it was the "miscellaneous crew" data. After looking through the code, i reduced the sqldata.flushEvery value in function doCast, and apparently it worked. Thanks On 28-09-2016 21:47, Abraham Whiskas wrote: > Hi i'm trying to import the text

[Imdbpy-help] MemoryError

2016-09-28 Thread Abraham Whiskas
Hi i'm trying to import the text files into MySQL, however i am getting this error: Traceback (most recent call last): File "C:\Python27\Scripts\imdbpy2sql.py", line 3072, in run() File "C:\Python27\Scripts\imdbpy2sql.py", line 2958, in run castLists() File