[IronPython] mono and word automation

2005-07-14 Thread kbond
Hello, I facing some difficulties that remember me java in worth. :-) The good thing with the jvm is that you right it once and you can use you program everywhere, this is amazing but the obscure side of this force is that this is true only if you are using the same level of the JVM. I am started

[IronPython] PowerPoint Automation

2005-06-30 Thread kbond
Hello, I am still playing aound with the office Automation the last I try was PowerPoint and I was disapointed since I was willing to migrate a macro I have done a long time ago. This macro create a TOC to a ppt file. Import sys sys.LoadAssemblyByName("Microsoft.Office.Interop.PowerPoint") im

[IronPython] Word Automation

2005-06-19 Thread kbond
Hello, Congratulation, for this new release correcting some bugs around the "PIA ComObject Operations". I spent the last hours playing around with this great feature of ironpython and I would like to share with you a couple of things. Some are working fine some seems strange to me but it might

[IronPython] StringIO???

2005-05-18 Thread kbond
Hello, I do have a problem to import StringIO. I have seen that you are explaining this error my not having the latest version of the .Net framework. How can I check the version of the .Net framewaork installed on my computer? I think it is the beta 2 but I am not sure. Thank you for your help. H

[IronPython] word Automation

2005-05-08 Thread kbond
Hello, First congratulation of all, thank you for the tremendous work that you have already done. I am looking forward the day where I will be able to translate all my MS office automation in python scripts. Am I correct I say that iron python will allow it? So today I try to give it a try but