[IronPython] Threading and SQLAlchemy

Curtis Scheer Curtis at DAYCOS.com
Wed Jun 20 01:05:03 CEST 2007


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, threading
except ImportError:
    import dummy_thread as thread
    import dummy_threading as threading


more specifically:

import threading

Is this a bug or what is the appropriate work around for this?

Thanks,
Curtis




More information about the Ironpython-users mailing list