Re: Problem with jdbc postgresql driver

2014-01-07 Thread Ruth Fong
Hi Hugo + everyone, Was there any resolution to this problem? I'm experiencing a similar error and any help would be appreciated! :) - Ruth I've installed Jython2.5.2, Django-1.4, and django-jython-1.3.0. Following the JythonBook tutorial (http://jython.org/jythonbook/en/1.0/JythonDjango.html

Problem with jdbc postgresql driver

2010-07-01 Thread Hugo
Hi everyone, I am experiencing a funny issue with the jdbc driver when trying to run syncdb. I've installed jython2.5.1, Django-1.2.1 and django-jython-1.1.1 1. I create a project 'mysite'... 2. change settings.py: DATABASE_ENGINE = 'doj.backends.zxjdbc.postgresql' DATABASE_NAME = 'mysite'