Re: [Imdbpy-help] AGAIN: sqlite3.ProgrammingError: You must not use 8-bit bytestrings

2011-01-24 Thread Petite Abeille
On Jan 24, 2011, at 12:28 AM, Luis wrote: > Maybe > there is some other connection for sqlobject that needs the > text_factory=str fix. Not sure if it's the right way, but I added the following: connectObject.text_factory = str at line 518 of bin/imdbpy2sql.py So now it looks like this (lin

Re: [Imdbpy-help] Proxy issue

2011-01-24 Thread Davide Alberani
On Mon, Jan 24, 2011 at 7:15 PM, David Kaufman wrote: > >  File "G:\My Dropbox\Entwicklung\diribeo\imdb\parser\http\__init__.py", > line 237, in http_error_default >    'proxy': self.get_proxy()} > IMDbDataAccessError: {'url': > 'http://akas.imdb.com/title/tt0898266/epdate', 'error type': > 'http_

[Imdbpy-help] Proxy issue

2011-01-24 Thread David Kaufman
Hi imbdpy Community, I'm struggling with an error message: File "G:\My Dropbox\Entwicklung\diribeo\imdb\parser\http\__init__.py", line 237, in http_error_default 'proxy': self.get_proxy()} IMDbDataAccessError: {'url': 'http://akas.imdb.com/title/tt0898266/epdate', 'error type': 'http_error_

[Imdbpy-help] AGAIN: sqlite3.ProgrammingError: You must not use 8-bit bytestrings

2011-01-24 Thread Luis
Hi, I have just installed imdbpy for the first time and I am getting the same error reported in May only if I use the -o sqlobject parameter. Using -o sqlalchemy works with the sqlite:absolute_dir URI. Maybe there is some other connection for sqlobject that needs the text_factory=str fix. Rega