pythoncom from jython

Daniel Piñol Laserna dpinol at hotmail.com
Mon Jul 8 04:40:23 EDT 2002


Is it possible to use pythoncom from jython?
Ideally, I'd like to build a com component in python (this works with
win32 extensions), and from there make calls to java classes (this
need jython).

I tried to manually import win32 modules from jython, but i didn't
suceeded

from  win32 import *
from  win32com import *
from  win32comext import *
execfile ('lib\\win32\\Lib\\regutil.py')

Here I get an error because win32api is not available.



More information about the Python-list mailing list