Issue1505

classification
Title: accessing win32api from jython
Type: behaviour Severity: urgent
Components: Library Versions: 2.5.1
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: tsjana
Priority: Keywords:

Created on 2009-11-20.12:06:26 by tsjana, last changed 2009-11-20.12:06:26 by tsjana.

Messages
msg5315 (view) Author: Tuhin (tsjana) Date: 2009-11-20.12:06:25
I am using python 2.6 and win32packages to access Quality Center 10.0.
so using standalone python script we can easily import win32 package.
But when using jython interpreter and importing win32com module, shows
win32api module not found. Actually I copied all site-packages from
python directory to jython directory.
1)can we use win32com module from jython??
2)how to use win32com modules??

Please help me out to find the solution. Its very urgent.

Thanks in advance to jython experts for helping in this regards .

Thanks,
Tuhin
History
Date User Action Args
2009-11-20 12:06:26tsjanacreate