[IronPython] Word Automation

2005-05-09 Thread Yann
Hello Anthony, Since I am not sure to understand you request: If you tell me how to get the assembly having "Microsoft.Office.Interop.Word" I will try it out for you and post back the code snippet. I googled to find some answers. Here it is what I found:http://msdn.microsoft.com/library/default.a

RE: [IronPython] Pythalon

2005-05-09 Thread Keith J. Farmer
So when do you add the turtle to Avalon? :) <>___ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Re: IronPython 0.7.4 released

2005-05-09 Thread J. Merrill
Did an answer to this ever come (perhaps privately to you)? At 06:54 AM 5/4/2005, Anthony Tarlano wrote >Great job geeting 0.7.4 out the door!! > >Thanks for the heads up that it's possible to just grab the Lib >directory from Python-2.3.5 and replace the IPython/bin/Lib directory >to get the ball

RE: [IronPython] Pythalon

2005-05-09 Thread John Gossman
Attached a small png. I was in the middle of the blog entry when I realized I didn't have a place to host pictures... I'm fixing that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keith J. Farmer Sent: Sunday, May 08, 2005 12:19 PM To: Discussion of

RE: [IronPython] lambda form

2005-05-09 Thread Jim Hugunin
Timothy Fitz wrote: > On 5/8/05, Luis M. Gonzalez <[EMAIL PROTECTED]> wrote: > > Regarding lambda, map and reduce, Guido Van Rossum has said several > times > > that these built-ins are amongst its "Python regrets". > > > > This is what he said in a recent interview: > > > > - If you could change s

Re: [IronPython] Re: IronPython 0.7.4 released

2005-05-09 Thread Anthony Tarlano
James, Yes, I did get a private response. Jim let me know that the issue is being discussed internally and when there has been an agreement on the way forward, which should be relatively soon, he will post that information to the mailing list. AnthonyOn 5/9/05, J. Merrill <[EMAIL PROTECTED]> wrot

Re: [IronPython] Re: IronPython 0.7.4 released

2005-05-09 Thread J. Merrill
Did an answer to this ever come (perhaps privately to you)? At 06:54 AM 5/4/2005, Anthony Tarlano wrote >Great job geeting 0.7.4 out the door!! > >Thanks for the heads up that it's possible to just grab the Lib >directory from Python-2.3.5 and replace the IPython/bin/Lib directory >to get the ball

Re: [IronPython] config files vs. env vars and site.py

2005-05-09 Thread J. Merrill
I'm somewhat surprised that neither your 1 and 2 suggest the possibility of my using compiled DLLs created from one or more Python modules. That is, if I am going to deploy a number of Python-coded executables (your 1) and/or DLLs for use by others (your 2), and each of them references the same

Re: [IronPython] word Automation

2005-05-09 Thread Anthony Tarlano
That should have read "you should not just translate the..." AnthonyOn 5/9/05, Anthony Tarlano <[EMAIL PROTECTED]> wrote: Hi, Yes it should work, but I don't have the correct assembly to be able to test it. You should remember that you should just translate the code from VB to IronPython. IronPy

Re: [IronPython] word Automation

2005-05-09 Thread Anthony Tarlano
Hi, Yes it should work, but I don't have the correct assembly to be able to test it. You should remember that you should just translate the code from VB to IronPython. IronPython is a dynamically bound language, so you don't have to do things like declaring the local variable oWord (i.e. 'oWord =