MySQL Forums
Forum List  »  Connector/Python

Mysql-Python problem
Posted by: f5il f5il
Date: August 20, 2009 11:33PM

Hi

i am trying to compile mysql-python and i am getting error

any ideas

_mysql.c:2015: error: â_mysql_ConnectionObjectâ has no member named âopenâ
_mysql.c: In function â_mysql_ConnectionObject_reprâ:
_mysql.c:2027: error: â_mysql_ConnectionObjectâ has no member named âopenâ
_mysql.c:2028: error: â_mysql_ConnectionObjectâ has no member named âconnectionâ
_mysql.c: In function â_mysql_ResultObject_data_seekâ:
_mysql.c:2046: error: â_mysql_ConnectionObjectâ has no member named âopenâ
_mysql.c:2047: warning: implicit declaration of function âmysql_data_seekâ
_mysql.c:2047: error: â_mysql_ResultObjectâ has no member named âresultâ
_mysql.c: In function â_mysql_ResultObject_row_seekâ:
_mysql.c:2060: error: âMYSQL_ROW_OFFSETâ undeclared (first use in this function)
_mysql.c:2060: error: expected â;â before ârâ
_mysql.c:2062: error: â_mysql_ConnectionObjectâ has no member named âopenâ
_mysql.c:2063: error: â_mysql_ResultObjectâ has no member named âuseâ
_mysql.c:2068: error: ârâ undeclared (first use in this function)
_mysql.c:2068: warning: implicit declaration of function âmysql_row_tellâ
_mysql.c:2068: error: â_mysql_ResultObjectâ has no member named âresultâ
_mysql.c:2069: warning: implicit declaration of function âmysql_row_seekâ
_mysql.c:2069: error: â_mysql_ResultObjectâ has no member named âresultâ
_mysql.c: In function â_mysql_ResultObject_row_tellâ:
_mysql.c:2081: error: âMYSQL_ROW_OFFSETâ undeclared (first use in this function)
_mysql.c:2081: error: expected â;â before ârâ
_mysql.c:2083: error: â_mysql_ConnectionObjectâ has no member named âopenâ
_mysql.c:2084: error: â_mysql_ResultObjectâ has no member named âuseâ
_mysql.c:2089: error: ârâ undeclared (first use in this function)
_mysql.c:2089: error: â_mysql_ResultObjectâ has no member named âresultâ
_mysql.c:2090: error: â_mysql_ResultObjectâ has no member named âresultâ
_mysql.c: In function â_mysql_ResultObject_deallocâ:
_mysql.c:2098: warning: implicit declaration of function âmysql_free_resultâ
_mysql.c:2098: error: â_mysql_ResultObjectâ has no member named âresultâ
_mysql.c: At top level:
_mysql.c:2329: error: â_mysql_ConnectionObjectâ has no member named âopenâ
_mysql.c:2336: error: â_mysql_ConnectionObjectâ has no member named âconverterâ
_mysql.c:2343: error: â_mysql_ConnectionObjectâ has no member named âconnectionâ
_mysql.c:2350: error: â_mysql_ConnectionObjectâ has no member named âconnectionâ
_mysql.c:2357: error: â_mysql_ConnectionObjectâ has no member named âconnectionâ
_mysql.c:2420: error: â_mysql_ResultObjectâ has no member named âconverterâ
_mysql.c:2420: error: initializer element is not constant
_mysql.c:2420: error: (near initialization for â_mysql_ResultObject_memberlist[0].offsetâ)
_mysql.c: In function â_mysql_ConnectionObject_getattrâ:
_mysql.c:2442: error: â_mysql_ConnectionObjectâ has no member named âopenâ
error: command 'gcc' failed with exit status 1


please advise



Edited 1 time(s). Last edit at 08/21/2009 12:30AM by f5il f5il.

Options: ReplyQuote


Subject
Written By
Posted
Mysql-Python problem
August 20, 2009 11:33PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.