Re: [IronPython] Mutex creation wierdness

2006-05-31 Thread Brian Quinlan
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

Re: [IronPython] Mutex creation wierdness

2006-05-31 Thread Dino Viehland
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

[IronPython] Mutex creation wierdness

2006-05-31 Thread Brian Quinlan
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