[python-win32] PyWin32 on windows 7 with 64-bit Python 3.4

2014-04-08 Thread Christian Calderon
I am trying to use the admin script found at http://stackoverflow.com/questions/19672352/ . So I installed pywin32 using the binary named pywin32-218.win-amd64-py3.4.exe from the sourceforge site, opened a python3.4 interpreter, and tried to import win32api. I got an ImportError saying the mod

[python-win32] How to get access to SetupCopyOEMInf() through python-win32, or maybe use PnPUtil?

2014-04-08 Thread Ron Jackson
I would like to write a python program to install a driver inf file in Windows. The information I have seen suggests that this would best be done using SetupCopyOEMInf(). http://msdn.microsoft.com/en-us/library/aa376990%28v=VS.85%29.aspx Is SetupCopyOEMInf() accessible through python-win32? It lo