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),
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
In the python code that receives the files I've got a section that does
the following:
if not os.path.isfile(filePath):
file(f
> 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
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 th
> 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