Hi
I have some python library which compiled fine using Python2.5
But when using ironPython2.7 I got the following error from the console:
>>>from msvcrt import locking
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
importError: Cannot import name locking
I do not get any error mesaage when using the Python2.5 interactive window.
Anyidea how I can make the standard library to compile on ironPython2.7?
--
View this message in context:
http://old.nabble.com/IronPython2.7-import-locking-error-tp31233423p31233423.html
Sent from the IronPython mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com