Re: [python-win32] Call was rejected by callee.

2010-07-25 Thread Paul Keating
>>objDoc.Content.Font.Name = "Arial" # <--- fails here It ought to work. Switch Visible on so that you can see what is happening as you step through the code. I suspect that Word is popping up a dialogue box (about recovered files, perhaps) that you cannot see, and is refusing to do some thin

[python-win32] HKLM\Software\Python\PythonCore\2.6\PythonPath - does it serve any purpose?

2010-01-06 Thread Paul Keating
. I know I can set the pythonpath environment variable, and I also know that environment variables just live in another registry key, but changing that key strikes me as inelegant. Python stuff should live in Software\Python, not in System\CurrentControlSet. If the registry key turned out t

Re: [python-win32] Question concerning wmi c.CIM_DataFile

2010-01-03 Thread Paul Keating
ee (2).zip\Christmas.exe" I notice you have a doubled \ in path after Temp which may be the problem, depending on the target filesystem. -- Paul Keating The Hague ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] What happened to python26.dll?

2009-12-08 Thread Paul Keating
Not even. This _is_ on Win2k >> Also, I have found that Explorer's search functionality doesn't work worth a damn on any Windows OS late than Win2k. ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win