Re: [python-win32] does pipes.quote() work properly on Windows?

2010-05-22 Thread Greg Ewing
Bill Janssen wrote: myprogram --title="That's the game! says Mike "Hammer" Brotsky" --file=... Since cmd.exe also supports pipelines, I'd sort of expect it to do the right thing on Windows, too. Don't know about later versions, but in Python 2.5 the pipes module is listed under "Unix spe

[python-win32] Makepy static and dynamic Dispatch COM headache

2010-05-22 Thread Andrea Gavana
Hi All, I have been spending the most part of the day to try to use makepy or Dispatch on a proprietary dll library (PISDK for those who know it). I did the following 2 things (not at the same time): 1) makepy.py -o PISDK.py C:/Program Files/PIPC/PISDK/pisdk.dll And I got a nice and big PISDK.py