Re: where do you run database scripts/where are DBs 'located'?

2006-05-12 Thread CatDude
On Fri, 12 May 2006 14:01:51 +, John Salerno wrote: Ok, I've been browsing through the MySQLdb docs, and I *think* I know the kind of code I need to write (connect, cursor, manipulate data, commmit, etc. -- although I probably need to get more familiar with actual SQL commands too),

Progress bar in web-based ftp?

2006-05-09 Thread CatDude
I've got an application that prompts the user to select a file from his local computer, checks the user's selection, then sends the file via form name=clients method=POST action=upload enctype=multipart/form-data In the python code that receives the files I've got a section that does the

Re: py web-app-frameworks without a rdbms...

2006-03-21 Thread CatDude
If you don't want to use RDBMS, I think Karrigell is better. Many features of Django and TurboGears relate to database. I've just begun looking at it, but I've also been impressed with Myghty. -- http://mail.python.org/mailman/listinfo/python-list

Re: Concantenation and string slicing

2006-02-23 Thread CatDude
On Thu, 23 Feb 2006 14:55:16 -0800, DannyB wrote: I've written a program that takes a phrase and spits it back out backwards. My problem is it throws each character on a new line. I'd like the phrase to be on the same line. Is this possible? First suggestion: Put a comma at the end of the

Re: hard disk activity

2006-02-13 Thread CatDude
So I'm wondering if you know off-hand which windows port does this checksum validation you outlined. http://www.gaztronics.net/rsync.php is one source. Just do a Google search for windows rsync. -- http://mail.python.org/mailman/listinfo/python-list