Python import Error

2009-07-18 Thread Kalyan Chakravarthy
Hi All, I am using* Python 2.6, MySQL 4.0* , I have successfully Instaled MySQLdb (*MySQL-python-1.2.3c1.win32-py2.6*) in my system. I tested through command prompt with "import MySQLdb ", its not shwing any errors (means its instaled successfully), I set Eneceranment variable fo

Re: which database is suitable for small applications

2009-05-27 Thread Kalyan Chakravarthy
Hi Ankit, Thanks for your advice, can I get some sample code, to store data in to flat files and how to give flat file connections to my Python code, Because I am very new to Python and flat files Thanks in Advance Kalyan On Wed, May 27, 2009 at 10:18 AM, Ankit wrote: > Hi Kaly

which database is suitable for small applications

2009-05-26 Thread Kalyan Chakravarthy
Hi All, can any one suggest me which database I can use for my small application(to store user names ,passwords, very few other data.. ) I am using Python, Google Apps and guide me how to connect to database, I am very new to these technologies Please help me Thanks in advance -- Rega

Re: Error in code send Email

2009-05-22 Thread Kalyan Chakravarthy
*Google App Engine doesn't allow to use sockets directly *Then what could be the solution for this ? can any one Reply me Regards Kalyan On Fri, May 22, 2009 at 1:05 PM, Gabriel Genellina wrote: > En Thu, 21 May 2009 02:31:02 -0300, Kalyan Chakravarthy < > kalyanchakrav

Error in code send Email

2009-05-20 Thread Kalyan Chakravarthy
Hi All, import smtplib mail="a...@xyz.com"; subject="Hai"; msg = 'Some Text'; smtp_server = smtplib.SMTP( 'mail.%s' % mail.split( '@' )[-1] ) smtp_server.sendmail( mail , [ mail ] , 'Subject: %s\n' % subject + 'To: %s\n' % mail

Re: How to get Form values in Python code and Send Email

2009-05-20 Thread Kalyan Chakravarthy
ango? If you get the form information from Django you > can send an email using the send_mail (or even if you don't you can still > import the function. > > > > On Wed, May 20, 2009 at 8:52 AM, Kalyan Chakravarthy < > kalyanchakravar...@hyit.com> wrote: > &g

Re: How can i use Spread Sheet as Data Store

2009-05-20 Thread Kalyan Chakravarthy
Thanks Alex Then tell me how can I solve this issue. Thanks in advance Regards Kalyan On Wed, May 20, 2009 at 8:11 AM, alex23 wrote: > On May 19, 11:57 pm, "D'Arcy J.M. Cain" wrote: > > I hear you but I'm not so sure that that is an absolute. There are > > many application

How to get Form values in Python code and Send Email

2009-05-19 Thread Kalyan Chakravarthy
Hi All, I have one doubt, I have feedback form (HTML Page) in one website user enters all the details and after submitting the page, in back end Python class i want to get all those data and send to one email id. for this please any one can guide me how to do it in Python( how to get HTML fo

Re: How can i use Spread Sheet as Data Store

2009-05-18 Thread Kalyan Chakravarthy
( here i want to read the Spread Sheet Data in Python code ), for this i will keep all the user names and passwords in Google Spread Sheet now tell me how can i read Spread Sheet data in Python Reply me Regards Kalyan On Mon, May 18, 2009 at 8:56 PM, John Machin wrote: > Kal

How can i use Spread Sheet as Data Store

2009-05-18 Thread Kalyan Chakravarthy
Hi All, I have data in Spread Sheet ( First Name and Last Name), how can i see this data in Python code ( how can i use Spread Sheet as Data Store ) . -- Regards Kalyan -- http://mail.python.org/mailman/listinfo/python-list