but having a lot of errors. like ;
"
_mysql.c:2342: hata: '_mysql_ConnectionObject' has no member named 'connection'
_mysql.c:2349: hata: '_mysql_ConnectionObject' has no member named 'connection'
_mysql.c:2412: hata: '_mysql_ResultObject' has no member named 'converter'
_mysql.c:2412: hata: ilklendirici oge bir sabit degil
_mysql.c:2412: hata: ('_mysql_ResultObject_memberlist[0].offset' icin near ilklendirme)
_mysql.c: '_mysql_ConnectionObject_getattr' islevinde:
_mysql.c:2434: hata: '_mysql_ConnectionObject' has no member named 'open'
error: command 'gcc' failed with exit status 1
"
what can i do now ? how can i install the packet?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What rpm are you talking about? I haven't made RPM releases for years. You are probably missing basic development packages; read README and make sure you have everything required.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i'm trying to install the rpm
from http://sourceforge.net/projects/mysql-python
but having a lot of errors. like ;
"
_mysql.c:2342: hata: '_mysql_ConnectionObject' has no member named 'connection'
_mysql.c:2349: hata: '_mysql_ConnectionObject' has no member named 'connection'
_mysql.c:2412: hata: '_mysql_ResultObject' has no member named 'converter'
_mysql.c:2412: hata: ilklendirici oge bir sabit degil
_mysql.c:2412: hata: ('_mysql_ResultObject_memberlist[0].offset' icin near ilklendirme)
_mysql.c: '_mysql_ConnectionObject_getattr' islevinde:
_mysql.c:2434: hata: '_mysql_ConnectionObject' has no member named 'open'
error: command 'gcc' failed with exit status 1
"
what can i do now ? how can i install the packet?
i'm trying to use mysql on python.and having this message:
ImportError: No module named MySQLdb
mysql configuration is ok..i looked out for the module and error .the forums recommendat this link ..yes i read the README file.but can't install ..
What rpm are you talking about? I haven't made RPM releases for years. You are probably missing basic development packages; read README and make sure you have everything required.