Hi everyone,

I'm getting this exception with the latest Django-Jython and
Jython2.5:

wks-btaylor:test_project btaylor$ jython manage.py runserver
Validating models...
Unhandled exception in thread started by <function inner_run at 0x1>
Traceback (most recent call last):
  File "/Users/btaylor/jython2.5.0/Lib/site-packages/django/core/
management/commands/runserver.py", line 48, in inner_run
    self.validate(display_num_errors=True)
  File "/Users/btaylor/jython2.5.0/Lib/site-packages/django/core/
management/base.py", line 249, in validate
    num_errors = get_validation_errors(s, app)
  File "/Users/btaylor/jython2.5.0/Lib/site-packages/django/core/
management/validation.py", line 22, in get_validation_errors
    from django.db import models, connection
  File "/Users/btaylor/jython2.5.0/Lib/site-packages/django/db/
__init__.py", line 50, in <module>
    connection = backend.DatabaseWrapper({
  File "/Users/btaylor/jython2.5.0/Lib/site-packages/doj/backends/
zxjdbc/postgresql/base.py", line 54, in __init__
    self.client = DatabaseClient()
TypeError: __init__() takes exactly 2 arguments (1 given)


Anyone able to get Django running on Jython on OS X 10.5.x ? I'd
appreciate some pointers!
TIA,
Brandon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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
-~----------~----~----~----~------~----~------~--~---

Reply via email to