[python-win32] PyGUI Window Always Starts Behind Others

2011-03-28 Thread Greg Ewing
A PyGUI user has reported a problem on Windows XP whereby an application's window is not on top when it starts up. Apparently launching it with with pythonw doesn't entirely fix the problem, but making it a py2exe application does. Anyone here have any idea what might be causing this? Is there s

Re: [python-win32] WMI and Terminal Services

2011-03-28 Thread Tim Golden
On 28/03/2011 15:16, Mike Driscoll wrote: On 1:59 PM, Tim Golden wrote: On 25/03/2011 6:19 PM, Mike Driscoll wrote: Hi, I am looking for a way to query the client name parameter from Terminal Services. I have been testing several scripts I've found that use either win32com.client or win32ts, b

Re: [python-win32] WMI and Terminal Services

2011-03-28 Thread Mike Driscoll
On 1:59 PM, Tim Golden wrote: On 25/03/2011 6:19 PM, Mike Driscoll wrote: Hi, I am looking for a way to query the client name parameter from Terminal Services. I have been testing several scripts I've found that use either win32com.client or win32ts, but they are giving me weird errors on Windo

[python-win32] pywin32-specific version of SWIG

2011-03-28 Thread Amaury Forgeot d'Arc
Hi, pywin32 comes with a modified version of SWIG, but only in a binary form. To adapt pywin32 for PyPy, I need to so some modifications in swig.exe. (around the MAKE_PYCOM_CTOR macro) How is swig.exe built? Is the source code available somewhere? -- Amaury Forgeot d'Arc