Re: Starting a thread before wxPython bootup ... interesting.

2007-10-05 Thread Shafik
real goal is to start the gui in a different thread, and have the main thread regain control. That seems like a feasible thing to be able to do, though I have been unsuccessful ... if anyone would like to suggest something without being covertly insulting, I'm all ears. Thanks, --Shafik On

Starting a thread before wxPython bootup ... interesting.

2007-10-04 Thread Shafik
heers, --Shafik -- http://mail.python.org/mailman/listinfo/python-list

Re: Tuple vs List: Whats the difference?

2007-07-12 Thread Shafik
Thanks to all of you, Im sure I'll pick your brains some more later down the line. --Shafik -- http://mail.python.org/mailman/listinfo/python-list

Re: Tuple vs List: Whats the difference?

2007-07-11 Thread Shafik
On Jul 11, 12:05 pm, Alexander Schmolck <[EMAIL PROTECTED]> wrote: > Shafik <[EMAIL PROTECTED]> writes: > > Hello folks, > > > I am an experienced programmer, but very new to python (2 days). I > > wanted to ask: what exactly is the difference between a tupl

Tuple vs List: Whats the difference?

2007-07-11 Thread Shafik
Hello folks, I am an experienced programmer, but very new to python (2 days). I wanted to ask: what exactly is the difference between a tuple and a list? I'm sure there are some, but I can't seem to find a situation where I can use one but not the other. Thanks in advance, --Shafik

Re: Using python with MySQL

2007-05-01 Thread Shafik
On May 1, 10:40 pm, HMS Surprise <[EMAIL PROTECTED]> wrote: > Greetings, > > I need to peform some simple queries via MySQL. Searching the list I > see that folks are accessing it with python. I am very new to python > and pretty new to MySQL too. Would appreciate it if you could point me > to some