Issue1505

classification
Title: accessing win32api from jython
Type: behaviour Severity: urgent
Components: Library Versions: 2.5.1
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: amak, tsjana
Priority: Keywords:

Created on 2009-11-20.12:06:26 by tsjana, last changed 2010-04-17.12:05:36 by amak.

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
msg5728 (view) Author: Alan Kennedy (amak) Date: 2010-04-17.12:05:35
Unfortunately, it is not possible to use the win32 modules on jython.

Those modules are specific to cpython on windows.
History
Date User Action Args
2010-04-17 12:05:36amaksetstatus: open -> closed
resolution: wont fix
messages: + msg5728
nosy: + amak
2009-11-20 12:06:26tsjanacreate