Re: [IronPython] Problems with tutorials

2005-12-12 Thread Martin Maly
: Monday, December 12, 2005 1:51 AM To: Discussion of IronPython Subject: [IronPython] Problems with tutorials Encountering a variety of problems with the agents tutorial: a = AgentServerClass() - should not have () ? a.Load(Merlin.acs) - throws bad args exception for the Load() method. Doesn't

Re: [IronPython] Problems with tutorials

2005-12-12 Thread John Lam
] On Behalf Of Martin Maly Sent: Monday, December 12, 2005 12:52 PM To: Discussion of IronPython Subject: Re: [IronPython] Problems with tutorials Believe it or not, this problem is actually caused by the missing [STAThread] attribute on the IronPythonConsole Main. Good to know this :) Seems