How can I successfully run import win32apion the 64-bit Maya version of 2008?
The following error has occurred:
Error: No module named win32api
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named win32api
I need to get the mouse cursor position in python so that I can position the window in that position. Is there any other way to get it?
Yours faithfully,
Knysh
source
share