Search Results

1
vote

Scientific data visualization and the .NET framework

At Resolver Systems we're working on a project called Ironclad, which will …
0
votes

Unhandled GeneratorExitException thrown while importing library in embedded IronPython

Not really an answer (I don't have access to IronPython here), but if you try running this script: import traceback try: import random except: traceback.print_exc() …