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