[IronPython] IronPython2.7 import locking error

Dino Viehland dinov at microsoft.com
Fri Mar 25 00:25:39 CET 2011


Locking isn't part of the standard lib, did you install something into site packages called locking?

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of amy yau
Sent: Thursday, March 24, 2011 3:18 PM
To: users at lists.ironpython.com
Subject: [IronPython] IronPython2.7 import locking error


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
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list