Re: [IronPython] Newbie InterOp-related question

2011-03-30 Thread Daniel Jennings
I think you mean print repr(x) :) From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Vernon Cole Sent: Wednesday, March 30, 2011 5:39 PM To: Discussion of IronPython Subject: Re: [IronPython] Newbie InterOp-related question x = my_goofy_routine()

Re: [IronPython] ArenaNet's Use of IronPython

2011-03-15 Thread Daniel Jennings
by Console.WriteLine on its own line without parentheses, and offer optional warning levels to help detect cases like this. :) Daniel Jennings -Original Message----- From: Jeff Hardy [mailto:jdha...@gmail.com] Sent: Monday, March 14, 2011 6:22 PM To: Discussion of IronPython Cc: Danie

[IronPython] ArenaNet's Use of IronPython

2011-03-14 Thread Daniel Jennings
iately compatible with the later versions :) Daniel Jennings ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] IronPython Hosting ?

2011-03-02 Thread Daniel Jennings
BTW that sounds awesome. Do you have any website/github or anything showing examples? From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of L. Lee Saunders Sent: Wednesday, March 02, 2011 8:32 AM To: 'Discussion of IronPython' Subject: Re: [IronPython

Re: [IronPython] IRC

2011-02-03 Thread Daniel Jennings
I would sit in this IRC channel and occasionally ask questions and answer [easy] questions, so I'm in favor of an IronPython IRC channel :) -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Slide Sent: Thursday, February

Re: [IronPython] indentation in VS2010

2011-02-02 Thread Daniel Jennings
No problems here; I do all of my IronPython work in VS2010 and nothing stands out as weird in the editor. We use 4 spaces for tabbing, though, if that matters. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Pablo Dalmazzo Sent: Wednesday, Febr

Re: [IronPython] Disabling optimized methods

2011-02-01 Thread Daniel Jennings
We aren't constructing a ScriptSource at any point, so that's probably it. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Daniel Jennings Sent: Tuesday, February 01, 2011 1:32 PM To: Discussion of IronPython Subject: Re: [IronPython]

Re: [IronPython] Disabling optimized methods

2011-02-01 Thread Daniel Jennings
I'll give that a shot, thanks! Dino Viehland wrote: Is Path on your ScriptSource non-null? That should be the only other thing which has an effect. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Daniel Jennings Sent: Tuesday, Februa

Re: [IronPython] Disabling optimized methods

2011-02-01 Thread Daniel Jennings
the DebugMode option to true on the ScriptRuntimeSetup object used to create the ScriptRuntime. You'll need to make sure the ScriptSource's you create have filenames though. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Daniel Jenni

[IronPython] Rescue clause?

2011-01-10 Thread Daniel Jennings
Is there some sort of crazy IronPython rescue keyword, or is this just from an IronRuby copy/paste? From http://ironpython.net/documentation/dotnet/ : Given that raise results in the creation of both a Python exception object and a .NET exception object, and given that rescue can catch both Pyth

Re: [IronPython] autocompletion (intellisense) for clr.AddReference

2011-01-06 Thread Daniel Jennings
I have a feeling that getting autocompletion/intellisense for CLR libraries referenced that way is not a trivial task, though it's probably not impossible. What we ended up doing is writing a Python 'pretend' module for our CLR assembly and importing that, but doing trickery so that the names ac

Re: [IronPython] IP 2.7b1 - Accessing C# variables from Python

2011-01-05 Thread Daniel Jennings
Have you tried just treating it like a regular Python dictionary? I thought that's all I had to do, though I work with Dictionary, not Hashtable objects. -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Ron Lindsey Sen

Re: [IronPython] Tim Wyatt is out of the office

2010-12-29 Thread Daniel Jennings
I swear he's been out of the office for the full 4 months I've been on this list, too! Michael Foord wrote: Can we bounce this guys emails? Michael On 28 December 2010 23:41, Tim P. Wyatt mailto:twy...@ppi.ca>> wrote: I will be out of the office starting 24/12/2010 and will not return un

Re: [IronPython] 2.7Beta1 Bug in Compile Modules

2010-11-11 Thread Daniel Jennings
Does it look like it might be cases of this issue? http://ironpython.codeplex.com/workitem/28934 -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Bruce Bromberek Sent: Thursday, November 11, 2010 12:02 PM To: Discussio