Re: [IronPython] The Future of IronPython

2010-10-22 Thread jon vs. python
Jim moved to Google. I don't know about Dino. On Fri, Oct 22, 2010 at 3:16 PM, Pablo Dalmazzo wrote: > Just curious, are Dino and Jimmy still working at Microsoft in other > projects or they moved to another company if we might know? > > Greetings > > > Date: Thu, 21 Oct 2010 23:13:18 -0600 > >

Re: [IronPython] Existing attribute raises a AttributeError: object has no attribute...

2010-05-03 Thread jon vs. python
Sorry again. I guess it's monday. On Mon, May 3, 2010 at 1:40 PM, jon vs. python wrote: > Hi, > Some times I get an AttributeError when the attribute does exist, see > bellow. Why does this happen? Any clue? > Thanks, Jon. > > >>> dir(mst) > ['ReadBrokenF

[IronPython] Existing attribute raises a AttributeError: object has no attribute...

2010-05-03 Thread jon vs. python
Hi, Some times I get an AttributeError when the attribute does exist, see bellow. Why does this happen? Any clue? Thanks, Jon. >>> dir(mst) ['ReadBrokenFiber', 'ReadZoneTemperature', 'StartStop', '__class__', '__delattr_ _', '__dict__', '__doc__', '__format__', '__getattribute__', '__hash__', '__i

Re: [IronPython] Ironpython delegates never get called

2010-04-30 Thread jon vs. python
I finally found it!!! Thanks your help, I apologize 'cause my delegate subscription was wrong. But I'm still interested in my last question though... How can I list subscriptors to a given event? On Fri, Apr 30, 2010 at 5:34 PM, jon vs. python wrote: > This may seem an stupid

Re: [IronPython] Load an Ironpython dump

2010-04-30 Thread jon vs. python
Thanks Dino, I've tried this... try: mst.reconnect() except Exception as inst: print type(inst) But it didn't catch any exception. On Fri, Apr 30, 2010 at 5:36 PM, Dino Viehland wrote: > You might changing the except to “except Exception

Re: [IronPython] Ironpython delegates never get called

2010-04-30 Thread jon vs. python
This may seem an stupid question, but... How can I list subscriptors to a given event? ___ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Ironpython delegates never get called

2010-04-30 Thread jon vs. python
On Fri, Apr 30, 2010 at 4:32 PM, Curt Hagenlocher wrote: > How is the Master object you create from Python shared back with the C# > code? (I'm assuming that the event is being triggered from C#.) How did you > check to see that the events were processed? Does the event-triggering code > swallow e

[IronPython] Ironpython delegates never get called

2010-04-30 Thread jon vs. python
Hi, I've a couple of events in a C# assembly... public class Master { ... public delegate voidResponseData(int id, byte function, byte[] data); public eventResponseDataOnResponseData; public delegate voidExceptionData(int id, byte fun

Re: [IronPython] Load an Ironpython dump

2010-04-30 Thread jon vs. python
I do believe that the problem lies in an assembly that's being used. I'm running the script from IronPython Console, so I guess I'm not doing poor exception handling. import timer import fl def main(): mst = fl.FireLaser() def poll(src, args): try: mst.ReadBrokenFiber(

[IronPython] Load an Ironpython dump

2010-04-30 Thread jon vs. python
Hi all, My program is crashing and I'm getting this message: "The program [...\IronPython 2.6\ipy.exe] caused a problem an is going to close. Would you like to save a dump file?" How can I load the dump file generated in order to track the error? Thanks, Jon. _

[IronPython] Open source project developed in IronPython

2010-04-30 Thread jon vs. python
Hi all, I'm new to IronPython and .NET and I'm looking for an open source project developed in IronPython to browse in order to learn. Any advice? Thanks, Jon. ___ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/user

Re: [IronPython] Ironpython reload assembly/dll from console

2010-04-28 Thread jon vs. python
> > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *jon vs. python > *Sent:* Wednesday, April 28, 2010 2:57 AM > *To:* Discussion of IronPython > *Subject:* [IronPython] Ironpython reload assembly/dll from console > > > >

[IronPython] Ironpython reload assembly/dll from console

2010-04-28 Thread jon vs. python
Hi, I'm developping a C# assembly and using IronPython to test it interactivelly. Every bug or flaw found requires a new assembly generation, loading, etc. Is it possible to reload the assembly from IronPython Console? If it is, how can I do it? Thanks, Jon.

[IronPython] Quickstart guide for Ironpython Studio

2010-04-26 Thread jon vs. python
Hi, Is there any guide to get started with Ironpython Studio? Thanks, Jon. ___ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com