Re: Converting Perl Web Report to Python

2006-09-25 Thread metaperl
[EMAIL PROTECTED] wrote: > Thanks again Dennis, > This should do what I want with additional flexibility... I will > develop the code later this week. During this excersize, I have come > to really appreciate Python over Perl. I love the Python command line > interpreter that allowed me to pre

Re: Converting Perl Web Report to Python

2006-09-25 Thread [EMAIL PROTECTED]
Thanks again Dennis, This should do what I want with additional flexibility... I will develop the code later this week. During this excersize, I have come to really appreciate Python over Perl. I love the Python command line interpreter that allowed me to pretest any code very quickly. What Py

Re: Converting Perl Web Report to Python

2006-09-24 Thread [EMAIL PROTECTED]
Dennis, I was able to execute the Mysql command line code you created in "script1.py". I was not able to test the "preferred" method used in script2.py. I will do this later this week when I have more time to download and install the required MySQLdb module. In any event, I would like to know ho

Re: Converting Perl Web Report to Python

2006-09-23 Thread [EMAIL PROTECTED]
Dennis, Wow! Talk about RAD development... Nice job... Errr, real nice job. I will test your concepts and see how it works. Thanks a ton. You far exceeded my expectations! Pat Dennis Lee Bieber wrote: > On 23 Sep 2006 06:04:16 -0700, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > declaimed the follo

Converting Perl Web Report to Python

2006-09-23 Thread [EMAIL PROTECTED]
I enjoyed Paul Barry's September article in Linux Journal entitled, "Web Reporting with MySQL, CSS and Perl". It provides a simple, elegant way to use HTML to display database content without any sql markup in the cgi script. The cgi script simply calls the Mysql command line with the HTML option