[Zope] MySQLDA / MySQLdb python import problem
Marcello Lupo
lupo@icmnet.net
Fri, 14 Apr 2000 12:24:28 +0200
Hello,
i get this error in both trying to import MySQLDA or to build the
MySQLdb:
Python 1.5.2 (#3, Mar 22 2000, 12:33:26) [GCC 2.7.2] on linux2
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import MySQL
python: can't resolve symbol 'open64'
python: can't resolve symbol '__lxstat64'
python: can't resolve symbol 'fopen64'
Traceback (innermost last):
File "<stdin>", line 1, in ?
ImportError: Unable to resolve symbol
To arrive here i patched the MySQLmodule.c like suggested from Jo Meder
in message 25783 and it works but i have this problem right now and i'm
not able to solve it. I'm not a programmer (may be this the problem :-)
)
Thank you in advice for help.
Regards,
Lupo