Re: [IronPython] Ironpython & COM vs Jscript.Net & COM

2009-06-28 Thread Michel Claveau
Re! I downloaded IronPython 2.6 b1. And my scripts run OK with this version. (remind : call/use dynamic COM servers). Sorry for trouble, because my prior messages. @-salutations -- Michel Claveau ___ Users mailing list Users@lists.ironpython.co

Re: [IronPython] Ironpython & COM vs Jscript.Net & COM

2009-06-28 Thread Michel Claveau
Hi, Shri! IronPython 2.0 supports dynamic COM servers. See http://blogs.msdn.com/shrib/archive/2008/07/30/idispatch-support-on-in-ironpython-beta-4.aspx Your blog is interesting. But, your trick don't run with my COM servers (who have no TLB). These give : pythoncom error: CPyFactory::Creat

Re: [IronPython] Ironpython & COM vs Jscript.Net & COM

2009-06-18 Thread Shri Borde
: Wednesday, June 17, 2009 7:22 AM To: users@lists.ironpython.com Subject: [IronPython] Ironpython & COM vs Jscript.Net & COM Hi! IronPython has poor support of COM techno. In particular, IP can not use dynamic COM servers (perhaps because they do not have TLB?). Now, cPython is good to create

[IronPython] Ironpython & COM vs Jscript.Net & COM

2009-06-17 Thread Michel Claveau
Hi! IronPython has poor support of COM techno. In particular, IP can not use dynamic COM servers (perhaps because they do not have TLB?). Now, cPython is good to create dynamic COM servers (see Python Programming on Win32, page 219 & +). Thus, ironPython is bad, to use the COM servers made