Re: Django 1.1 and Jython

2009-12-20 Thread Leo Soto
Hello,

Those problems were caused because django-jython 1.0.X is meant to be
used with Django 1.0.

We released django-jython 1.1.0 a few days ago[1], and the major news
is that it works with Django 1.1.1. Feel free to give it a try and
help us with some feedback!

[1] http://blog.leosoto.com/2009/12/django-jython-110-released.html

On Dec 10, 8:59 am, gentlestone <tibor.b...@hotmail.com> wrote:
> but another error appeared in base.py :(
>
> Caught an exception while rendering: Traceback (most recent call
> last):
>   File "/Users/iM1/jython2.5.1/Lib/site-packages/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 <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/
> > sqlite3/base.py", line 106, in __init__
> >     self.client = DatabaseClient()
> > TypeError: __init__() takes exactly 2 arguments (1 given)
>
> > After a real nightmare installation procedure I finished with this
> > exception
>
>

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Django 1.1 and Jython

2009-12-10 Thread gentlestone
but another error appeared in base.py :(

Caught an exception while rendering: Traceback (most recent call
last):
  File "/Users/iM1/jython2.5.1/Lib/site-packages/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 <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/
> sqlite3/base.py", line 106, in __init__
>     self.client = DatabaseClient()
> TypeError: __init__() takes exactly 2 arguments (1 given)
>
> After a real nightmare installation procedure I finished with this
> exception

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




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/
> sqlite3/base.py", line 106, in __init__
>     self.client = DatabaseClient()
> TypeError: __init__() takes exactly 2 arguments (1 given)
>
> After a real nightmare installation procedure I finished with this
> exception

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




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 procedure I finished with this
exception

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.