Python -- Use with both COM & Java?

Neil Hodgson nhodgson at bigpond.net.au
Tue Jul 3 09:41:20 EDT 2001


Howard Dunlavy:

> This question may be way off base, but here goes anyway...
>
> Would it be possible to maintain one set of Python code that would run in
> both a Microsoft COM environment and a Java environment -- both natively?

   You will probably have to write some envelopes around the shared
component to interface with the environment but you should be able to use
Python to build components that are otherwise portable between the two.

   Neil






More information about the Python-list mailing list