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
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
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
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