Re: [Ironpython-users] Who's using IronPython?

2011-08-15 Thread Markus Schaber
Hi, On Mon, Aug 8, 2011 at 8:40 PM, Jeff Hardy wrote: > I'd like to create a 'Who's using IronPython?' to show the IronPython > is being used and maybe help drive adoption. (See > http://www.boost.org/users/uses_open.html for an example). > What I need: > Company Name [commercial] 3S-Smart Soft

Re: [Ironpython-users] Need an IronPython expert for a small paid contract job - for a cool purpose

2011-08-15 Thread David Thielen
I sent this once but it appears to have not gone out, so I'm resending. Apologies if this comes in twice. Hi all; First off, I'm guessing that one of these two lists is the active list for IronPython - it was hard to figure out via Google. If I'm in the wrong place, please let me know. I need

Re: [Ironpython-users] Who's using IronPython?

2011-08-15 Thread Daniel Jennings
Let me update the ArenaNet one for y'all :) Company Name: ArenaNet Product: Guild Wars 2 Content Editor (Duo) URL: http://www.arena.net/ Description of product/project: Duo is the in-house content editor used for designing Guild Wars 2 (http://www.guildwars2.com/). We use IronPython to extend th

[Ironpython-users] Steps to reproduce crash (Was: Problem during "from mymodule import *")

2011-08-15 Thread MarkusSchaber
Hi, I finally managed to nail the problem down to a small self-contained example. (It seems not related to the from...import * statement as my first thought was. It seems the tracing hooks which pointed me to the source were not printing out the statement actually causing the crash.) Put the foll