Submit HTTP GET data from XP PC to PHP on web server.

2010-02-19 Thread Schedule
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

Re: Python: Text file insert to MySQL

2009-10-07 Thread Schedule
. James On Tue, Oct 6, 2009 at 9:33 PM, Gerhard Häring g...@ghaering.de wrote: Schedule wrote: 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

Python: Text file insert to MySQL

2009-10-06 Thread Schedule
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 =