[python-win32] python win32api maya2008
Graeme Glass
graemeglass at gmail.com
Wed Apr 21 12:54:24 CEST 2010
On Wed, Apr 21, 2010 at 9:05 AM, kNish <singhai.nish at gmail.com> wrote:
> Hi,
>
> How is it possible to run import win32api successfully on a 64bit maya
> version 2008?
>
> The 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?
>
> Best regards,
>
> kNish
>
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
Have you installed the Win32 Extensions for Python?
More information about the python-win32
mailing list