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
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
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
>
>
> ___
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
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...