Re: [python-win32] Python 2.6: Windows Scripting Host (WSH) compatible debugger

2013-02-15 Thread Udo Weik
hat works import win32com.axdebug.axdebug that works not, don't have any axdebug-file. Many thanks and greetings Udo PYTHONHOME contains the path to the root installation directory and PATH too. Any remarks? Many thanks and greetings Udo On 14/02/2013 8:32 PM, Udo Weik wrote: Hell

Re: [python-win32] Python 2.6: Windows Scripting Host (WSH) compatible debugger

2013-02-14 Thread Udo Weik
ImportError: No module named win32comext.axscript.axscript PYTHONHOME contains the path to the root installation directory and PATH too. Any remarks? Many thanks and greetings Udo On 14/02/2013 8:32 PM, Udo Weik wrote: Hello again Mark, thanks for your answer. Debugging should work

Re: [python-win32] Python 2.6: Windows Scripting Host (WSH) compatible debugger

2013-02-14 Thread Udo Weik
nterface_ with unsupported IID IActiveScriptDebug32 ({51973C10-CB0C-11D0-B5C9-00A0244A0E7A}) I'm a little bit confused - registering for debugging was possible, but the debug extensions aren't found. Just as a hint: I didn't use the standard installation pathes. Many thanks and greet

Re: [python-win32] Python 2.6: Windows Scripting Host (WSH) compatible debugger

2013-02-12 Thread Udo Weik
following error message: Project XYZ.exe raised exception class EOleSysError with message 'Script engine does not support debugging.'. Many thanks and greetings Udo On 11/02/2013 3:07 AM, Udo Weik wrote: Hello, I want to use the standard Python 2.6 distribution from www.python.org as a Wi

[python-win32] Python 2.6: Windows Scripting Host (WSH) compatible debugger

2013-02-10 Thread Udo Weik
Hello, I want to use the standard Python 2.6 distribution from www.python.org as a Windows Scripting Host (WSH) scripting language. Is there any way to get debugging working with the WSH? Many thanks and greetings Udo ___ python-win32 mailing list pyt