I'm guessing this may be a bug, if so, it's my first time encountering a bug "in the wild" so to speak. So, I'm not entirely sure what to do.
The Documentation:
Properties:
IsRunning
Tells if Skype client is running.
My Code:
if __name__ == '__main__':
skype = Skype4Py.Skype()
print skype.Client.IsRunning
It print false even when Skype is, in fact, running. Any ideas...?