Re: [python-win32] Python DDE and multiple DDE servers?

2010-10-04 Thread Roger Upole
RJ wrote: >I need to run both a Python DDE server and Python DDE client on the > same machine (separate programs). Is there a reason why when I > Create() the client: > server.Create("PyVibeSurvey") > I get: > dde.error: The server could not be created > for the client program? > When the same cl

Re: [python-win32] Question on parsing Reparse Points

2010-10-04 Thread Roger Upole
pbx wrote: > > hello, there seems to be something wrong with this, > target always seems to be prepended with some data like ?\\? before the > expected string (e.g. C:\Users\...) starts. The '\??\' prefix is normal. That's the designator for a raw path, and is required when creating a reparse p

Re: [python-win32] Invalid number of parameters on makepy-generated method

2010-10-04 Thread Federico Fanton
Tim Roberts wrote: It is mostly working, except for a call to a method that accepts a single optional boolean parameter. When I try to call this method, I get an "Invalid number of parameters" exception. Is the exception coming from the InvokeTypes call? Exactly.. I have a new bit of informa