Re: [IronPython] Compatibility of cPython PickledObjects w/IronPython

2007-09-07 Thread Dino Viehland
This seems to be related to file I/O issues rather than Pickling - particularly the fact that the I/O is going through std-out / std-in. For example if I do: C:\Product\Released\IronPython-1.1 > cpy Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32 Type "help",

Re: [IronPython] Using Silverlight Controls from IronPython (Uhmm... it doesn't look like you can)

2007-09-07 Thread John Messerly
Sounds like a bug in XAML event binding... In the Silverlight 1.1 alpha, if the XAML contains an x:Code element, then the XAML parser will always go to DLR/IronPython for event hookup. That is to say, it will never use reflection to hook the event to a statically defined C# method. That is a kn

[IronPython] IronPython 2.0 Alpha 4 Released!

2007-09-07 Thread Dino Viehland
Hello IronPython Community, We have just released IronPython 2.0 Alpha 4. This release is essentially another snapshot of the ongoing work with respect to IronPython 2.0 and the Dynamic Language Runtime. The most significant changes in this release include: * Completion of the -X:I

Re: [IronPython] ironpython as a scripting language for ms office

2007-09-07 Thread Carl Trachte
Thanks! This link is fantastic. I've bookmarked the cookbook. http://www.ironpython.info/index.php/Contents#Interop One recipe that deals explicitly with Excel is this one: http://www.ironpython.info/index.php/Interacting_with_Excel "Interop" was the word I had been looking for previously. T