Dino Viehland wrote:
> What version of IronPython are you running against?
> This seems to work for me against the most recently
> released version (beta 7).
Sorry, beta 6. I'll upgrade, thanks.
Cheers,
Brian
___
users mailing list
users@lists.ironp
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
Not
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