ameerkat / imdb-to-sql

Converts the plain text IMDB files available for download into a usable relational database format
Apache License 2.0
104 stars 38 forks source link

Error while running the script #4

Open mohsininayatkhan opened 8 years ago

mohsininayatkhan commented 8 years ago

Hello,

I am getting following error while running 'tosql.py' script. Can somebody help me in this regards as I get stuck in this issue. Please also note that I don't have any experience of working on python.

INSERT INTO actors (lname, fname, idactors) VALUES ('""Steff""', 'Stefanie Oxmann Mcgaha', 1) line: "Steff", Stefanie Oxmann Mcgaha Night of the Demons (2009) (uncredited) [Goth raver]

INSERT INTO movies (idmovies, year, type, title) VALUES (1, 2009, 3, 'Night of the Demons') Traceback (most recent call last): File "tosql.py", line 552, in "number": number, "type": special_code}) File "tosql.py", line 292, in select_or_insert pdb.pm() File "/usr/lib64/python2.7/pdb.py", line 1270, in pm post_mortem(sys.last_traceback) AttributeError: 'module' object has no attribute 'last_traceback'