[Imdbpy-help] Setting up IMDBPY on Windows

2017-01-06 Thread Gonzalo Martinez
Hi, I'm trying to dump the IMDB interfaces files onto a Microsoft SQL Database using SQL Server 2016 (trial) on a Windows Server 2012 R2 server so I can start playing with the dataset. I already installed Python 2.7 and used pip install Imdbpy successfully. My problem is when I use the foll

Re: [Imdbpy-help] WARNING: unable to restore imdbIDs using

2017-01-06 Thread Davide Alberani
On Thu, Dec 29, 2016 at 3:30 PM, Márton Szabó wrote: > > I know these are just warnings, but I checked the tables in the database, > they were all missing imdb id-s. How can I make them appear in the tables? They are not populated automatically, since they are not included in the downloaded files

Re: [Imdbpy-help] Setting up IMDBPY on Windows

2017-01-06 Thread Davide Alberani
On Wed, Jan 4, 2017 at 6:31 PM, Gonzalo Martinez wrote: > > ImportError: Cannot find an MSSQL driver, tried adodb,pymssql Hi Gonzalo, have you also installed the pymssql package? HTH, -- Davide Alberani [PGP KeyID: 0x3845A3D4AC9B61AD] http://www.mimante.net/

Re: [Imdbpy-help] Issues Updating imdb database with movie objects on Mac

2017-01-06 Thread Davide Alberani
On Tue, Dec 27, 2016 at 8:07 PM, Michael Solsky wrote: > > I’m attaching two output files. One from a macbook pro running yosemite > 10.10.5, the other is from a raspberry pi 3 running debian. The database > seem to be populate > d on the mac, but I can’t seem to update the movie object stil

Re: [Imdbpy-help] Setting up IMDBPY on Windows

2017-01-06 Thread Gonzalo Martinez
Hi, I ran "pip install pymssql" and it is working now but it makes me wonder why it did not install when running "pip install imdbpy" in the first place? Now, I have some issues because the following line "imdbpy2sql.py -d S:/imdbData/ -u mssql://GMDATASERVER\Administrator:Pa$$w0rd@GMDATA