From: Syver E. <syv...@on...> - 2002-03-20 18:39:39
|
da...@cr... writes: > Has anyone come across JaWin? Its a wrapper for COM components that > might make it fairly easy to do a win32com for jython. I've made a minimal COM support module for Jython that uses either jacob or jawin as the actual layer that the COM calls are made through. The module does not use generated interfaces like win32com does/can do, but instead generates a python friendly interface on the fly via __getattr__ __setattr__ and friends. I think I've posted about it here before, if anyone are interested I will put them up on the web so they can be downloaded. -- Vennlig hilsen Syver Enstad |