[python-win32] retrieve microsoft office product key

2011-10-26 Thread pacopyc pacopyc
Hi, I'd like monitor microsoft office licences on my LAN (about 50 PC). Can I retrieve product key with python script? Thank you pacopyc ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] How to wait for context menu (i.e. right-click menu) pop-up?

2011-10-26 Thread reckoner
Hi, A script needs something on the context menu ( obtained either by right-click or by appskey ). The trouble is that sometimes the pop-up context menu takes an unpredictable time to load, so I need a way of detecting whether or not the context menu is ready for subsequent actions before

Re: [python-win32] retrieve microsoft office product key

2011-10-26 Thread Tim Roberts
pacopyc pacopyc wrote: Hi, I'd like monitor microsoft office licences on my LAN (about 50 PC). Can I retrieve product key with python script? The question is complicated, because Microsoft's licensing model is complicated. Do you have a volume license key that you're trying to monitor, or are

[python-win32] Restart/re-run a thread

2011-10-26 Thread Jacob Kruger
Trying out/testing the use of multiple threading.Thread objects to play sounds using winsound.PlaySound function, and in order to be able to play multiple sounds at the same time/near enough to each other, I am trying out implementing a separate thread to call the function that handles this,