maya2008 win32api 64 bit python
Posted
by knishua
on Stack Overflow
See other posts from Stack Overflow
or by knishua
Published on 2010-04-21T05:37:33Z
Indexed on
2010/04/21
5:43 UTC
Read the original article
Hit count: 281
how is it possible to run import win32api
successfully on a 64bit maya version 2008
following error occurs
Error: No module named win32api
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named win32api #
I need to get mouse cursor position in python so that i can place window exactly in that position. Is there any other way to get it
Brgds,
kNish
© Stack Overflow or respective owner