[python-win32] win32 and .NET

2007-11-14 Thread Tor Erik Sønvisen
Hi, Just wanted to know if it's possible to access .NET using win32 for python. -Tor Erik ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] win32 and .NET

2007-11-14 Thread Michel Claveau
Hi! For access to dotNET resources from Python, a good way : http://sourceforge.net/projects/pythonnet/ @+ Michel Claveau ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] win32 and .NET

2007-11-14 Thread James Matthews
You can also try IronPython On Nov 14, 2007 4:38 PM, Michel Claveau <[EMAIL PROTECTED]> wrote: > Hi! > > For access to dotNET resources from Python, a good way : > http://sourceforge.net/projects/pythonnet/ > > @+ > > Michel Claveau > > > ___

Re: [python-win32] problem creating a simple COM server

2007-11-14 Thread Kelie
Michel Claveau mclaveau.com> writes: > Your code run OK. Therefore the problem is on your VBA side. > And, sorry, I can't try that. But, are you sure than the (VBA-host) > application can support Unicode return by your Python-COM-server? > > @+ > > Michel Claveau > Thanks Michel. I don't kno

Re: [python-win32] win32 and .NET

2007-11-14 Thread Michel Claveau
Hi! > James Matthews : > You can also try IronPython Yes, IronPython is a good software. But WARNING: IronPython (IP) is really different: IP don't run Pywin32 ; IP don't run normal Python environment ; IP don't run many modules / libraries / your (actually) scripts. AMHA, IP est good...