[python-win32] Makepy for Access on Win7

2013-03-08 Thread Niemann, Hartmut
Hello! I had to switch from Windows XP to Windows 7 and redo my python installation there. I need to generate COM modules for Microsoft products I use. When running makepy on Windows 7 / Python 2.7.3 (64bit) / pywin32-218.win-amd64-py2.7.exe for Microsoft Access 12, I get: Generating to

Re: [python-win32] Makepy for Access on Win7

2013-03-08 Thread Tim Roberts
Niemann, Hartmut wrote: I had to switch from Windows XP to Windows 7 and redo my python installation there. I need to generate COM modules for Microsoft products I use. When running makepy on Windows 7 / Python 2.7.3 (64bit) / pywin32-218.win-amd64-py2.7.exe for Microsoft Access 12, I

Re: [python-win32] Makepy for Access on Win7

2013-03-08 Thread Vernon D. Cole
Hartmut: If what you are doing is copying data between an ACCESS table and something else that can be reached from ADO, you might want to consider doing the entire thing from Python using adodbapi. You can do that without even having a copy of Office on your computer. You can glean the