Re: jpype and zxJDBC

2006-04-14 Thread benchline
I haven't compared them, and you may be exacly right. Paul -- http://mail.python.org/mailman/listinfo/python-list

Re: jpype and zxJDBC

2006-04-10 Thread Kent Johnson
benchline wrote: > So, I decided to try to see if I could use jdbc from cpython using > jpype and that works great. It's quite a bit faster then using jython > and the db api on the same database my tests too. Did you compare jpype/jdbc with jython/jdbc? I wonder if the slowdown might be in zxJ

Re: jpype and zxJDBC

2006-04-10 Thread benchline
No luck yet with the python db api. I keep getting this error when trying to create a com.ziclix.python.sql.PyConnection object: File "/usr/lib/python2.4/site-packages/jpype/_jpackage.py", line 53, in __call__ raise TypeError, "Package "+self.__name+" is not Callable" TypeError: Package com