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