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",
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
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
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