Re: Python Debugger / IDE ??

2006-03-16 Thread Rowdy
Don Taylor wrote: > Is there a free or low-cost version of Delphi for Windows available > anywhere? > There used to be a Delphi 6 Personal Edition that was available free (for non-commercial use). You might still find it around somewhere. Rowdy -- http://mail.python.org/mailman

Re: MySQLdb UPDATE does nothing

2005-09-15 Thread Rowdy
t; and it does all the updates just fine. What have I missed? > > John > A similar question was asked back in July, someone posted this: If it's any help, using cursor.execute("set autocommit = 1") before doing anything else works nicely unless you actually need transactions. Rowdy -- http://mail.python.org/mailman/listinfo/python-list

Re: question about deleting records from mysql

2005-07-27 Thread Rowdy
' > > hmm. what should i do now? > the stuff about writing a lightweight layer between the dbapi and the > program shot right over my head. sorry, but thanks > IIRC it is the connection that can commit(), not the cursor. Rowdy -- http://mail.python.org/mailman/listinfo/python-list

Re: Max files in unix folder from PIL process

2005-03-28 Thread Rowdy
s. As some have said, ls is *very* slow on these directories, but otherwise there don't seem to be any problems. Rowdy -- http://mail.python.org/mailman/listinfo/python-list