I have made several attempts to install the ZMySQLDA database adpapter and MySQL-python database driver according to the book "Zope web applications construction kit". I am getting errors with "make" 1) In function pythonify_row assignment from incompatible pointer type. 2)In function pythonify_res_fields invalid lvalue in unary 3) In function STH_fetchdict invalid lvalue in unary I am using RedHAt 7.1 with Python 1.5.2 and 2.1 It looks like "make" is trying to use 1.5.2 instead of 2.1. I am aware that my version of Zope 2.5 bianry comes with it's own install of 2.1, but am not sure how to force it to use it for this . I would appreciate any help clearing up the problem. -- Raymond Norton Little Crow Telemedia Network 320-234-0270
Raymond Norton wrote:
I am using RedHAt 7.1 with Python 1.5.2 and 2.1 It looks like "make" is trying to use 1.5.2 instead of 2.1. I am aware that my version of Zope 2.5 bianry comes with it's own install of 2.1, but am not sure how to force it to use it for this .
Yeah, I remember this irriation. I worked around it by making the default system python (just run 'python' and see what version you get...) 2.1 for the duration of compiling the module... cheers, Chris
On Sat, 2002-02-09 at 14:08, Raymond Norton wrote:
I have made several attempts to install the ZMySQLDA database adpapter and MySQL-python database driver according to the book "Zope web applications construction kit". I am getting errors with "make"
1) In function pythonify_row assignment from incompatible pointer type.
You are using a very old ZMySQLDA (1.1.3). Try something less crusty. http://sourceforge.net/project/mysql-python -- Andy Dustman PGP: 0x930B8AB6 @ .net http://dustman.net/andy You can have my keys when you pry them from my dead, cold neurons.
participants (3)
-
Andy Dustman -
Chris Withers -
Raymond Norton