Re: MySQL and 'NoneType object is unsubscriptable' error

2009-11-11 Thread Julien Phalip
On Nov 11, 10:07 am, Julien Phalip wrote: > On Nov 11, 9:37 am, Julien Phalip wrote: > > > > > On Nov 10, 9:12 pm, Daniel Roseman wrote: > > > > On Nov 10, 1:36 am, Julien Phalip wrote: > > > > > Hi, > > > > > I've tried to install MySQL for an existing project, and I'm getting a > > > > strang

Re: MySQL and 'NoneType object is unsubscriptable' error

2009-11-10 Thread Julien Phalip
On Nov 11, 9:37 am, Julien Phalip wrote: > On Nov 10, 9:12 pm, Daniel Roseman wrote: > > > > > On Nov 10, 1:36 am, Julien Phalip wrote: > > > > Hi, > > > > I've tried to install MySQL for an existing project, and I'm getting a > > > strange error (see traceback below). Apparently "self.converte

Re: MySQL and 'NoneType object is unsubscriptable' error

2009-11-10 Thread Julien Phalip
On Nov 10, 9:12 pm, Daniel Roseman wrote: > On Nov 10, 1:36 am, Julien Phalip wrote: > > > > > Hi, > > > I've tried to install MySQL for an existing project, and I'm getting a > > strange error (see traceback below). Apparently "self.converter" is > > None, but I can't see why. > > > I can acces

Re: MySQL and 'NoneType object is unsubscriptable' error

2009-11-10 Thread Daniel Roseman
On Nov 10, 1:36 am, Julien Phalip wrote: > Hi, > > I've tried to install MySQL for an existing project, and I'm getting a > strange error (see traceback below). Apparently "self.converter" is > None, but I can't see why. > > I can access the database just fine using the 'mysql' command in the > t