0
votes
1answer
653 views

Python cgi script inserts only integers into mysql database

I started scripting in Python and I ran a into weird problem. I am trying to insert some values into mysql database. Database fields are varchar, utf-8 unicode Using Python 3.2 and wamp server ...
0
votes
1answer
120 views

Verify the connection with MySQL database

I using MySQLdb for access to mysql database from python. I need to know if connection with database is still alive... are there any attribute or method in order to do this??? thanks!!
-1
votes
1answer
266 views

django mysql connector wsgi

I am tring to move django site under apache on linux. I set vhost pointing to my site to file wsgi.py. That works fine. I am using virtualenv to set my enveronment (only one python site). The problem ...
0
votes
0answers
718 views

error: command 'gcc' failed with exit status 1-centos

I am trying to install Mysql-python connector for mysql.I am facing this error"error: command 'gcc' failed with exit status 1" I tried with installation of 1.gcc using yum install gcc 2.python-devel ...