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

_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to