Re: ReferenceError

2006-09-04 Thread Andy Dustman
On 9/3/06, Lorenzo <[EMAIL PROTECTED]> wrote: > > > Andy Dustman wrote: > > > What versions of MySQL and MySQLdb/MySQL-python are you using? > > > mysql Ver 14.12 Distrib 5.0.22 > mysql-python 1.2.1_p2 > > So it could be caused by mysql/mysql-py, not django? Maybe. I'd need to see a traceback to

Re: ReferenceError

2006-09-03 Thread Lorenzo
Andy Dustman wrote: > What versions of MySQL and MySQLdb/MySQL-python are you using? mysql Ver 14.12 Distrib 5.0.22 mysql-python 1.2.1_p2 So it could be caused by mysql/mysql-py, not django? Thanks, Lorenzo --~--~-~--~~~---~--~~ You received this message be

Re: ReferenceError

2006-09-02 Thread Andy Dustman
On 9/2/06, Lorenzo <[EMAIL PROTECTED]> wrote: > > Hi, > I'm updating an application created with Django 0.91 a few months ago. > I'm writing an external application that fills the db, using django as > an ORM. > Sometimes I get a strange ReferenceError, I think caused by a > concurrency issue with