Re: [python-win32] How do I change the executable/process name to un-group taskbar icons?

2014-09-17 Thread Nathan McCorkle
See here for an update and some code that uses the pywin32 stuff to mess around with TaskManager (I think... I adapted the code from some Visual Basic code I found online): https://groups.google.com/d/msg/wxpython-users/2BXSDFvWdAk/RE32KQPDb8MJ -- -Nathan _

Re: [python-win32] Interactive Code to Script File

2014-09-17 Thread Tim Roberts
Abhay Anant Jahagirdar wrote: > > You are doing it right but, for the URL string use " "(double quotes). > you should be fine > https://docs.python.org/2.0/ref/strings.html You do understand that there is absolutely no difference between a single-quoted string and a double-quoted string in Python,