Sorry if this is a stupid question, Maya 2011 x64? A) If you are importing into Maya, Python26 has nothing to do with Maya, Maya has it's own interpreter. B) If it is 64 bit, the pywin32/win32com libaraies wont work because they are linked to the 32bit DLLs.
Cheers. On Mar 18, 9:56 am, hapgilmore <[email protected]> wrote: > I'm attempting to import the win32api module. (Win7 64, Maya 2011) > > 1) Downloaded the installer > herehttp://sourceforge.net/projects/pywin32/files/pywin32/Build216/ > 2) Installed it into a clean Python26. > 3) Copied all the added files from site-packages into a folder added > to Maya's PYTHONPATH > 4) in maya, import win32api > 5) # Error: ImportError: file <maya console> line 1: No module named > win32api # > > It's not a PYTHONPATH issue, as I can import other modules from the > same folder. > Any other suggestions? > > -Ian -- http://groups.google.com/group/python_inside_maya
