[IronPython] IronPython2.7 import locking error

amy yau amy.m.yau at intel.com
Thu Mar 24 23:17:50 CET 2011


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.




More information about the Ironpython-users mailing list