Re: [Imdbpy-help] MemoryError

2016-10-23 Thread Mohamed Oun
Hello, I'm now having the same problem as Abraham. The same MemoryError that occurs with the Misc. crew data. I downloaded the package from the website, and also tried the one on Github. both same problem. This is what's thrown at me, always at the same stage: Traceback (most recent call last):

Re: [Imdbpy-help] MemoryError

2016-10-21 Thread Abraham Whiskas
Hi You're referring to the package? If i'm not mistaken i downloaded it through the website, but as i had some issues installing i'm not 100% sure. Did you manage to reproduce the error? Is the data contained in the "miscellaneous crew" a lot? Thanks On 15-10-2016 09:34, Davide Alberani

Re: [Imdbpy-help] MemoryError

2016-10-15 Thread Davide Alberani
On Thu, Sep 29, 2016 at 1:00 AM, Abraham Whiskas wrote: > Sorry, it doesn't work afterall.. so if anyone has any ideas ideas.. Hi Abraham, are you using the version from the repository? I'll try to reproduce it in the next days. -- Davide Alberani

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