[python-win32] Control Volume on Windows

2014-03-11 Thread Trevor Haba
I'm looking for a way to use python to change the volume on windows. After some googling the best I could come up with was this script I got from a relatively ancient entry on this mailing list (I think it was from 2005 or something). I'm using windows 7, and I would like it to work on windows 8

Re: [python-win32] Control Volume on Windows

2014-03-11 Thread Tim Roberts
Trevor Haba wrote: I'm looking for a way to use python to change the volume on windows. After some googling the best I could come up with was this script I got from a relatively ancient entry on this mailing list (I think it was from 2005 or something). I'm using windows 7, and I would like it

[python-win32] win32api on Windows 8

2014-03-11 Thread Werner
Hi, I sent this to pywin32-b...@lists.sourceforge.net a while ago but it doesn't show up in the archive, so I try here. I just started working with Windows 8.1 and run into problems with above. 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] Python Type help, copyright,

Re: [python-win32] win32api on Windows 8

2014-03-11 Thread Vernon D. Cole
I updated the Python version on my Windows 8.1 box to match yours exactly, and here is what I see: Microsoft Windows [Version 6.3.9600] (c) 2013 Microsoft Corporation. All rights reserved. C:\Users\vernonpy Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32

Re: [python-win32] Control Volume on Windows [SEC=UNCLASSIFIED]

2014-03-11 Thread Andrew MacIntyre
Trevor Haba wrote: I'm looking for a way to use python to change the volume on windows. After some googling the best I could come up with was this script I got from a relatively ancient entry on this mailing list (I think it was from 2005 or something). I'm using windows 7, and I would like