Hello everyone
I haeve tried to understand the capabilities of python in web development.
Have gone throuhg forums and online tutorials. Nevertheless I am not able to
find any topic which can give me some insite along with basic examples of
how to send http get data from an xp mashine using python
f the b.txt file:
a
b
c
Any kind of help would be greatly appreciated.
James
On Tue, Oct 6, 2009 at 9:33 PM, Gerhard Häring wrote:
> Schedule wrote:
> > Hello,
> >
> > I am currenty using MySQL 5.1 community server and trying to import the
> > data of the comma delimite
Hello,
I am currenty using MySQL 5.1 community server and trying to import the data
of the comma delimited text file into the table using python 2.6 scripts. I
have installed Mysqldb 1.2.2.
follwoing is my script:
1. import MySQLdb, csv, sys
2. conn = MySQLdb.connect (host = "localhost"