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
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
> >
> 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
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
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