[IronPython] Mutex creation wierdness

Dino Viehland dinov at exchange.microsoft.com
Wed May 31 17:09:43 CEST 2006


What version of IronPython are you running against?  This seems to work for me against the most recently released version (beta 7).

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Brian Quinlan
Sent: Wednesday, May 31, 2006 7:51 AM
To: Discussion of IronPython
Subject: [IronPython] Mutex creation wierdness

Sorry if I'm posting problems that everyone knows about but:

 >>> from System.Threading import Mutex
 >>> m = Mutex(False, "Hello")
Traceback (most recent call last):
   File , line 0, in input##5
NotImplementedError: generate:  type: System.DBNull  >>> m = Mutex() Traceback (most recent call last):
   File , line 0, in input##34
NotImplementedError: generate:  type: System.DBNull

Cheers,
Brian
_______________________________________________
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