When I try to install thi package in Zope 2.8.8 The product won't install and gives this error:
Import Traceback
Traceback (most recent call last):
File "/usr/local/zope/2.8.8/lib/python/OFS/Application.py", line 695, in import_product
product=import(pname, global_dict, global_dict, silly)
File "/usr/local/zope/2.8.8/lib/python/Products/ZMySQLDA/init.py", line 90, in ?
import DA
File "/usr/local/zope/2.8.8/lib/python/Products/ZMySQLDA/DA.py", line 92, in ?
from db import DBPool, DB
File "/usr/local/zope/2.8.8/lib/python/Products/ZMySQLDA/db.py", line 91
from _mysql_exceptions import (OperationalError, NotSupportedError,
^
SyntaxError: invalid syntax
Regards,
Martin Koekenberg
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
When I try to install thi package in Zope 2.8.8 The product won't install and gives this error:
Import Traceback
Traceback (most recent call last):
File "/usr/local/zope/2.8.8/lib/python/OFS/Application.py", line 695, in import_product
product=import(pname, global_dict, global_dict, silly)
File "/usr/local/zope/2.8.8/lib/python/Products/ZMySQLDA/init.py", line 90, in ?
import DA
File "/usr/local/zope/2.8.8/lib/python/Products/ZMySQLDA/DA.py", line 92, in ?
from db import DBPool, DB
File "/usr/local/zope/2.8.8/lib/python/Products/ZMySQLDA/db.py", line 91
from _mysql_exceptions import (OperationalError, NotSupportedError,
^
SyntaxError: invalid syntax
Regards,
Martin Koekenberg