[ZODB-Dev] running ZODB from Jython
Andreas Jung
lists at andreas-jung.com
Wed Jan 12 02:54:31 EST 2005
--On Mittwoch, 12. Januar 2005 9:11 Uhr +0200 paul.mathebula at theideahub.com
wrote:
> Hi Guys
>
> I am new to both python and jython and wish to run ZODB from with the
> jython interpreter. The problem is my python interpreter can access ZODB
> and my jython interpreter can't. what should I do/change to fix this ?? I
> am running on linux mandrake 10.0
The ZODB has been written for C(!)Python. I doubt that it will run with
Jython because it requires
some cExtension which will not be importable through Jython without
wrapping them through JMI.
So I think: forget it :-)
-aj
More information about the ZODB-Dev
mailing list