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
> >
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
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
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
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
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
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
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
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(
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.
_
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
>
>
>
> *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
>
>
>
>
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.
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
14 matches
Mail list logo