Re: IDEs for COM scripting: C# v. Python v. Iron Python v. JPython

2007-07-06 Thread John J. Lee
"Méta-MCI" <[EMAIL PROTECTED]> writes: [...] > And, all COM-servers builds with Python are dynamic-COM-server. Not true. Look for "comtypes" on this page: http://python.net/crew/theller/ctypes/ [...] > about Iron Python: is there a good IDE for it that has

Re: IDEs for COM scripting: C# v. Python v. Iron Python v. JPython

2007-07-05 Thread MC
Hi! > No. The IDIspatch-interface explicitely lists what methods with what > arguments it has. So code completion is possible there as well. Sorry, I think different. In VS, assists use TLB for find methods & arguments. Dynamic-server can't have TLB. Other way for verify : try a Makepy on a COM

Re: IDEs for COM scripting: C# v. Python v. Iron Python v. JPython

2007-07-05 Thread Siegfried Heintze
Can someone suggest some criterion for selecting Python, JPython or Iron Python for COM Scripting? I have not looked: I assume there are multiple eclipse plugins for Python/JPython/Iron Python. Could someone recommend one? I'll also try out eric that was mentioned previously. I figured o

Re: IDEs for COM scripting: C# v. Python v. Iron Python v. JPython

2007-07-04 Thread Diez B. Roggisch
nd language for COM scripting? > > I was experimenting with Groovy and Eclipse and was extremely pleased to > discover that I get the typing assist with that combination. However, I'm > getting an accvio with a minimal outlook COM client. I hear great things > about Iron Pyth

Re: IDEs for COM scripting: C# v. Python v. Iron Python v. JPython

2007-07-04 Thread Diez B. Roggisch
"M��" schrieb: > Hi! > >> I love the typing assist I get when using C# in VS2005 to write COM >> clients. > > But this run only for static-COM-servers. Dynamic-COM-servers are not > supported by these assists. No. The IDIspatch-interface explicitely list

Re: IDEs for COM scripting: C# v. Python v. Iron Python v. JPython

2007-07-04 Thread M�ta-MCI
Hi! >I love the typing assist I get when using C# in VS2005 to write COM >clients. But this run only for static-COM-servers. Dynamic-COM-servers are not supported by these assists. And, all COM-servers builds with Python are dynamic-COM-server. And also, dynamic-COM-server is a marvelous way fo

IDEs for COM scripting: C# v. Python v. Iron Python v. JPython

2007-07-04 Thread Siegfried Heintze
with Groovy and Eclipse and was extremely pleased to discover that I get the typing assist with that combination. However, I'm getting an accvio with a minimal outlook COM client. I hear great things about Iron Python: is there a good IDE for it that has a typing assist? Thanks, Sieg

Re: Iron Python

2007-05-16 Thread Tim Roberts
BartlebyScrivener <[EMAIL PROTECTED]> wrote: >On May 15, 5:22 am, John Machin <[EMAIL PROTECTED]> wrote: >> > > Anybody tried it? >> >> > Me. >> >> Me too. > >Anybody like it? I think it is a fascinating development, but it is aiming in a different direction. To a certain extent, you have to sepa

Re: Iron Python

2007-05-15 Thread Jarek Zgoda
BartlebyScrivener napisał(a): Anybody tried it? >>> Me. >> Me too. > > Anybody like it? Tried id, did not found any use, put on shelf. Don't know if this case fits "likes" or "doesn't like". ;) -- Jarek Zgoda "We read Knuth so you don't have to." -- http://mail.python.org/mailman/listin

Re: Iron Python

2007-05-15 Thread BartlebyScrivener
On May 15, 5:22 am, John Machin <[EMAIL PROTECTED]> wrote: > > > Anybody tried it? > > > Me. > > Me too. Anybody like it? rd -- http://mail.python.org/mailman/listinfo/python-list

Re: Iron Python

2007-05-15 Thread John Machin
On May 15, 8:05 pm, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > Jon Harrop napisa³(a): > > > Anybody tried it? > > Me. > Me too. -- http://mail.python.org/mailman/listinfo/python-list

Re: Iron Python

2007-05-15 Thread Jarek Zgoda
Jon Harrop napisał(a): > Anybody tried it? Me. -- Jarek Zgoda "We read Knuth so you don't have to." -- http://mail.python.org/mailman/listinfo/python-list

Iron Python

2007-05-15 Thread Jon Harrop
Anybody tried it? -- Dr Jon D Harrop, Flying Frog Consultancy The F#.NET Journal http://www.ffconsultancy.com/products/fsharp_journal/?usenet -- http://mail.python.org/mailman/listinfo/python-list

(Iron)Python on new MS robotics platform

2006-06-22 Thread George Sakkis
"Both remote (PC-based) and autonomous (robot-based) execution scenarios can be developed using a selection of programming languages, including those in Microsoft Visual Studio® and Microsoft Visual Studio Express languages (Visual C#® and Visual Basic® .NET), JScript® and Microsoft IronPython 1.0

Re: iron python exe problem

2005-12-06 Thread D H
Dennis Lee Bieber wrote: > On 6 Dec 2005 08:25:43 -0800, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > declaimed the following in comp.lang.python: > > >>Hello, >> >>I run exactly inside IronPython-0.9.5\bin where IronPython.dll exist. >>I've already uninstalled my .net 1.1 so there is onle .net 2.0

Re: iron python exe problem

2005-12-06 Thread [EMAIL PROTECTED]
Hello, I run exactly inside IronPython-0.9.5\bin where IronPython.dll exist. I've already uninstalled my .net 1.1 so there is onle .net 2.0 pujo -- http://mail.python.org/mailman/listinfo/python-list

Re: iron python exe problem

2005-12-06 Thread D H
[EMAIL PROTECTED] wrote: > Hello, > > I have test.py: > print 'hello' > > I compile using iron python the result is test.exe > > I have got error message when I tried to call test.exe telling that > test.exe is not a valid win32 application. > > H

Re: iron python exe problem

2005-12-06 Thread [EMAIL PROTECTED]
I use version 0.9.5 Windows xp with .net framework 2.0, visual studio Express pujo -- http://mail.python.org/mailman/listinfo/python-list

Re: iron python exe problem

2005-12-06 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I have test.py: > print 'hello' > > I compile using iron python the result is test.exe > > I have got error message when I tried to call test.exe telling that > test.exe is not a valid win32 application. > > How can I solve this prob

Re: iron python exe problem

2005-12-06 Thread Nick Ballard
[EMAIL PROTECTED] wrote: > Hello, > > I have test.py: > print 'hello' > > I compile using iron python the result is test.exe > > I have got error message when I tried to call test.exe telling that > test.exe is not a valid win32 application. > > H

iron python exe problem

2005-12-06 Thread [EMAIL PROTECTED]
Hello, I have test.py: print 'hello' I compile using iron python the result is test.exe I have got error message when I tried to call test.exe telling that test.exe is not a valid win32 application. How can I solve this problem? Sincerely Yours, Pujo -- http://mail.python.o