Re: [Imdbpy-help] imdbpy2sql.py SyntaxError

2017-02-02 Thread Davide Alberani
Hi, it seems that you're using Python 3.x; unfortunately, right now, IMDbPY works only with Python 2.x. Hope this helps, On Thu, Feb 2, 2017 at 3:19 AM, Xinge Lu wrote: > Dear Ms/Mr: > Hi. I'm a student trying to use the imdbpy to get the data from imdb files. > When

Re: [Imdbpy-help] imdbpy2sql.py error

2012-08-30 Thread Davide Alberani
On Sat, Aug 25, 2012 at 7:27 AM, Sye Declerck sye.decle...@claimerce.com wrote: Hi, I am attempting to import imdb plain text file using imdbpy2sql.py using the following command on ubuntu precise and am getting aKeyError: 'gender' . Can anyone assist? Hi. Is it possible that you're using it

Re: [Imdbpy-help] imdbpy2sql.py problem on WINDOWS xp--hanging on FLUSHING MoviesCache

2012-06-30 Thread Davide Alberani
On Sat, Jun 30, 2012 at 9:31 AM, qiuxia lu luqiu...@gmail.com wrote: I am running imdbpy2sql.py using IMDbPY 4.9. It hangs on FLUSHING MoviesCache for hours, is that normal? The message is as follows: Hi, it seems to be a known problem with recent versions of SQLObject. Until we find a

Re: [Imdbpy-help] imdbpy2sql.py

2011-10-10 Thread Davide Alberani
On Mon, Oct 10, 2011 at 13:47, Tiago Serra tiagofse...@gmail.com wrote: Thanks i find it in the /usr/share/doc….. Ok, then you have an old version. :-P Sorry, you have to use the one in the Mercurial repository: https://bitbucket.org/alberanid/imdbpy/ (notice the get the source link, on the

Re: [Imdbpy-help] imdbpy2sql.py and 8-bit bytestrings

2010-05-21 Thread Dustin Wyatt
I'm still getting the same error with the latest version from bitbucket. Just to be sure: imdb.__version__ '4.6dev20100513' On Thu, May 13, 2010 at 4:09 PM, Davide Alberani davide.alber...@gmail.com wrote: On May 13, Dustin Wyatt dustin.wy...@gmail.com wrote: Hi! imdbpy2sql.py -d

Re: [Imdbpy-help] imdbpy2sql.py and 8-bit bytestrings

2010-05-13 Thread Davide Alberani
On May 13, Dustin Wyatt dustin.wy...@gmail.com wrote: Hi! imdbpy2sql.py -d C:\test\imdb_db\text_files -u sqlite:///C:\test\imdb_db\db.db --sqlite-transactions -o sqlalchemy I think it's a better idea to use the UNIX path separator (/), even on Windows. See the 'Microsoft Windows paths'

Re: [Imdbpy-help] imdbpy2sql.py, PostgreSQL, UTF8, invalid byte sequence

2009-10-06 Thread Vitaly Pashkov
On Mon, 5 Oct 2009 14:29:04 +0200, Davide Alberani davide.alber...@gmail.com wrote: Two things you can try, now: 1. put your movies.list.gz somewhere: with the one I've downloaded yesterday I'm unable to reproduce the problem; I'd like to try yours. I'am downloaded movies.list.gz twice from

Re: [Imdbpy-help] imdbpy2sql.py, PostgreSQL, UTF8, invalid byte sequence

2009-10-06 Thread Davide Alberani
On Oct 06, Vitaly Pashkov ad...@fluda.net wrote: You can get my copy here: http://fluda.net/personal/movies.list.gz It's identical to the one I have. imdb= select id, title from title order by random() limit 5; id| title