Re: [python-win32] Geting values from a thread

2005-01-10 Thread Tim Roberts
On Mon, 10 Jan 2005 19:41:55 +0100, [EMAIL PROTECTED] wrote: Hi all, I am wondering about the following situation: I defined a class and inside this class I start a new thread with thread.start_new_thread. When I set some attributes of that class inside the thread_function, the attributes are not c

RE: [python-win32] Dr. Watson woes with ADO, mysql

2005-01-10 Thread Robert Brewer
I wrote: > > I've spent the last year writing an ORM in Python which I'm > reasonably > > pleased with. But I have a recent problem: I can't seem to migrate > > tables from Microsoft Access (using ADO) to MySQL (using MySQLdb) > > without a crash. But, don't let the context fool you: when it > >

RE: [python-win32] Dr. Watson woes with ADO, mysql

2005-01-10 Thread Mark Hammond
> I've spent the last year writing an ORM in Python which I'm reasonably > pleased with. But I have a recent problem: I can't seem to migrate > tables from Microsoft Access (using ADO) to MySQL (using MySQLdb) > without a crash. But, don't let the context fool you: when it > crashes, I > don't thi

[python-win32] Dr. Watson woes with ADO, mysql

2005-01-10 Thread Robert Brewer
Hello all, I've spent the last year writing an ORM in Python which I'm reasonably pleased with. But I have a recent problem: I can't seem to migrate tables from Microsoft Access (using ADO) to MySQL (using MySQLdb) without a crash. But, don't let the context fool you: when it crashes, I don't thin

[python-win32] Geting values from a thread

2005-01-10 Thread python
Hi all, I am wondering about the following situation: I defined a class and inside this class I start a new thread with thread.start_new_thread. When I set some attributes of that class inside the thread_function, the attributes are not changed. class test: def __init__(self): self.pa