Re: [IronPython] Threading and SQLAlchemy

2007-06-19 Thread Michael Foord
/www.voidspace.org.uk/ironpython/index.shtml > -Original Message- > From: Michael Foord [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 19, 2007 6:11 PM > To: Discussion of IronPython > Subject: Re: [IronPython] Threading and SQLAlchemy > > Curtis Scheer wrote: > >&g

Re: [IronPython] Threading and SQLAlchemy

2007-06-19 Thread Curtis Scheer
:11 PM To: Discussion of IronPython Subject: Re: [IronPython] Threading and SQLAlchemy Curtis Scheer wrote: > I am trying to import the SQLAlchemy module into IronPython to see if I can > do some testing of existing Python code we have. Has anyone had success > using this module in I

Re: [IronPython] Threading and SQLAlchemy

2007-06-19 Thread Michael Foord
Curtis Scheer wrote: > I am trying to import the SQLAlchemy module into IronPython to see if I can > do some testing of existing Python code we have. Has anyone had success > using this module in IronPython? > > > It appears to be failing when trying to import the python threading module > like so:

[IronPython] Threading and SQLAlchemy

2007-06-19 Thread Curtis Scheer
I am trying to import the SQLAlchemy module into IronPython to see if I can do some testing of existing Python code we have. Has anyone had success using this module in IronPython? It appears to be failing when trying to import the python threading module like so: try: import thread, threadi