[IronPython] Problems with hashlib and threading

2008-12-20 Thread Brian Merrell
I get the following error periodically: Exception in thread Thread-2: Traceback (most recent call last): File "C:\Program Files\IronPython 2.0\Lib\threading.py", line 486, in _Thread__bootstrap_inner self.run() File "initial_ingest.py", line 33, in run md5 = hashlib.md5(contents).hexdi

Re: [IronPython] Descriptive reports in unittest module

2008-12-20 Thread Kamil Dworakowski
Do you just want better test names? Maybe this will help: http://blog.kamil.dworakowski.name/2008/04/camelcasesplit-t-i-n-g.html On Thu, Dec 18, 2008 at 2:57 PM, Yash Ganthe wrote: > I am using the unittest module in IronPython 2.0. > > My TestClass has a function named testLoginWithInvalidUsern

[IronPython] ANN : Davy's IronPython Editor

2008-12-20 Thread Davy Mitchell
Hi Folks, I've made a small start on an IronPython Editor in WinForms using SyntaxBox. The project intentions is to create an editor along the lines of SPE or DrPython. If you want to take a look there are a couple of screen shots - please visit: http://code.google.com/p/davysironpythoneditor/ C

Re: [IronPython] Online IronPython interpreter and DLRconsole.

2008-12-20 Thread Kristian Jaksch
Thanks for the replies. Ok, so it's HTML and JavaScript only. Hmm... I think I try to cheat in some way to get a similar feeling but with a couple of Silverlight controls. 2008/12/20 Jimmy Schementi > DLRConsole isn't really reusable today, which is why I've been rewriting it > in C# and adding