[python-win32] why word hang and the taskmanager auto statup?

2010-06-22 Thread 小明同学
hi all: I use python win32com to process word document.but the call to wordapp.Save() or do other com invoke, this invoke will hang occasionally. (may be the user also open another word document to edit at the same time manually ,is it relates to?) and sometimes the taskmanager auto

[python-win32] unable to read mssql varchar(max)

2010-06-22 Thread Roger Upole
Vernon Cole wrote: I ran into the same problem using adodbapi. I tracked it down to the COM call which errored out, and decided that maybe it was a Microsoft problem and ignored it, just leaving the application broken on that feature. If pyODBC can do it, then the problem must be in the COM

[python-win32] Registering 64-bit Shell Extension using 32-bit Python

2010-06-22 Thread Adam Pletcher
I have Python 2.6.2 (32-bit) and pywin32 212, on Vista 64. Using the “context_menu” sample script as reference, I made a script that registers a shell extension, adding a couple right-click commands to 32-bit Explorer. I now need to register it for use in 64-bit Explorer, but can’t seem to work

Re: [python-win32] Registering 64-bit Shell Extension using 32-bit Python

2010-06-22 Thread Tim Roberts
Adam Pletcher wrote: I have Python 2.6.2 (32-bit) and pywin32 212, on Vista 64. Using the “context_menu” sample script as reference, I made a script that registers a shell extension, adding a couple right-click commands to 32-bit Explorer. I now need to register it for use in 64-bit

Re: [python-win32] Registering 64-bit Shell Extension using 32-bit Python

2010-06-22 Thread Adam Pletcher
Sorry, I should have included more info. I'm not registering a DLL, at least not directly. The extension I'm registering is a class in a Python script, much like the context_menu.py example. I was under the impression that it gets registered to run via pythonw.exe when the context menu command