[python-win32] dde trouble

2009-06-19 Thread Patrick Janssen
Hi all, I am having some trouble with controlling a Windows application through dde The application in question is Ecotect: http://usa.autodesk.com/adsk/servlet/index?id=12602821siteID=123112 . This app provides a dde interface for scripting. The application comes bundled with Lua, and this works

Re: [python-win32] dde trouble

2009-06-19 Thread Thomas Heller
Patrick Janssen schrieb: Hi all, I am having some trouble with controlling a Windows application through dde [...] Does anyone know how I might be able to see the dde command strings that Lua is sending to Ecotect (which all seem to work - I am thinking that there may be an error in the

Re: [python-win32] dde trouble

2009-06-19 Thread Patrick Janssen
Hi Thomas, Thanks for your email. Yes - I tried that - actually, I used Spy++, which seems to be the new version. This gave some useful information, but not the actual command string. I have pasted below the results for three different operations in Lua and in Python - the third one is the one