Does someone have heard about JPE ( Java-Python extension) ?
If it is the case, do you think that solution could resolve the problem of COM connectivity ?
Julie
-----Message d'origine-----
De: Jeff Emanuel [SMTP:JEmanuel@...]
Date: Wednesday, July 09, 2003 4:10 PM
A: 'julie.jean-louis@...'; 'jython-dev@...'
Objet: RE: [Jython-dev] module win32api not found in jython
Buy yourself a copy of J-Integra. It allows Java to talk to
COM components. Then you can program the J-Integra api in
jython.
http://www.linar.com/jintegra/doc/excel_example.html
> -----Original Message-----
> From: Julie Jean-Louis [mailto:julie.jean-louis@...]
> Sent: Tuesday, July 08, 2003 10:09 AM
> To: 'jython-dev@...'
> Subject: [Jython-dev] module win32api not found in jython
>
>
> hello,
>
> I need to pilot Excel via jython.
>
> In my script I import : win32com.client
>
> The trouble is the following :
> Traceback (innermost last):
> File "TestPilotExcel.py", line 12, in ?
> File
> "C:\Programs\Python22\Lib\site-packages\win32com\__init__.py",
> line 5, in ?
> ImportError: no module named win32api
>
> Jython does not find win32api module.
> What can I do ?
>
> Thanks
> Julie JEAN-LOUIS
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Parasoft
> Error proof Web apps, automate testing & more.
> Download & eval WebKing and get a free book.
> http://www.parasoft.com/bulletproofapps
> _______________________________________________
> Jython-dev mailing list
> Jython-dev@...
> https://lists.sourceforge.net/lists/listinfo/jython-dev
>
|