[IronPython] Thread Locking
Sam Dozor
sdozor at pyxismobile.com
Mon Dec 13 18:18:04 CET 2010
Hello All,
I'm trying to use IronPython to lock a thread and have not been able to import the correct modules. I have IronPython.modules.dll in the same directory as IronPython.dll, and yet when I try the line "import threading" I get something like "threading module does not exist".
I'm basically trying to use the lock() keyword from .NET, but if I can use Python's locking capabilities I'd do that too. Any ideas?
Thanks,
Sam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20101213/67a2959d/attachment.html>
More information about the Ironpython-users
mailing list