Yeah,
the entire contents are;
from Products.ZMySQLDA.db import *
from Shared.DC.ZRDB.TM import TM
class DB(DB, TM):
_p_oid=_p_changed=_registered=None
def _begin(self, *ignored):
self.db.query("BEGIN")
def _finish(self, *ignored):
self.db.query("COMMIT")
On Wed, 17 Jan 2001, Vinny wrote:
> Ok, it's Vinny again,
>
>
> I am trying to get
>
> ZMySQLTDA up and running. After installation ZMySQLTDA
> appears in the Product folder but gives a 'broken' status instead
> of "installed"
> I have MySQL-python-0.3.0 installed.
>
> Has this worked OK for
Ok, it's Vinny again,
I am trying to get
ZMySQLTDA up and running. After installation ZMySQLTDA
appears in the Product folder but gives a 'broken' status instead
of "installed"
I have MySQL-python-0.3.0 installed.
Has this worked OK for anyone else?
Thanks.
Zope 2.2.5
ZMySQLTDA Import Trace