Re: Django 1.1 and Jython

2009-12-20 Thread Leo Soto
ckages/doj/backends/zxjdbc/ > sqlite3/base.py", line 143, in xFunc >     assert self.args() == num_args > AttributeError: 'func' object has no attribute 'args' >  [SQLCode: 0] > > has anyone tested django 1.1 SQLITE3 with Jython? > > On 10. Dec., 12:38 h., gentlestone <tib

Re: Django 1.1 and Jython

2009-12-10 Thread gentlestone
object has no attribute 'args' [SQLCode: 0] has anyone tested django 1.1 SQLITE3 with Jython? On 10. Dec., 12:38 h., gentlestone <tibor.b...@hotmail.com> wrote: > Does anyone using Django 1.1 and Jython? > > File "/Users/iM1/Downloads/django-jython-1.0.0/doj/backends/zxjdbc

Re: Django 1.1 and Jython

2009-12-10 Thread gentlestone
I found the bug ... http://code.google.com/p/django-jython/source/detail?r=147 On 10. Dec., 12:38 h., gentlestone <tibor.b...@hotmail.com> wrote: > Does anyone using Django 1.1 and Jython? > > File "/Users/iM1/Downloads/django-jython-1.0.0/doj/backends/zxjdbc/ > sql

Django 1.1 and Jython

2009-12-10 Thread gentlestone
Does anyone using Django 1.1 and Jython? File "/Users/iM1/Downloads/django-jython-1.0.0/doj/backends/zxjdbc/ sqlite3/base.py", line 106, in __init__ self.client = DatabaseClient() TypeError: __init__() takes exactly 2 arguments (1 given) After a real nightmare installation p