I haven't compared them, and you may be exacly right.
Paul
--
http://mail.python.org/mailman/listinfo/python-list
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
I would love to be able to use jdbc drivers using the python db 2.0 api
and cpython.
Has anyone used jpype and zxJDBC (distributed with jython) together? I
am trying and what I have tried does not yet work. If I figure
anything out that works I will post it here.
Thanks
--
http://mail.python
I found the problem. So if anyone else has it here is the fix.
In the documentation distributed with JPype 0.5.1 in the examples/linux
directory, there is a file that describes a problem with loading the
jvm on linux. So one needs to modify the LD_LIBRARY_PATH environment
variable to fix it.
I
I have been trying out jpype for python to java work and love it. It
works great on my gentoo box with the java 1.4.2 blackdown sdk.
I am now trying it on Red Hat Enterprise Linux 3 for access to business
intelligence tools (JasperReports, Mondrian, Pentaho, etc) for which we
don't have analogous
Since you want to learn to use python with a database you may want to
try it with SQLite. SQLite is a very easy to use database that stores
the whole database in one file. Working with it would be very similar
to working with Mysql through python.
http://www.sqlite.org
http://initd.org/tracker/p