[python-win32] Fetching Battery Monitor Data

2011-01-17 Thread FT
Hi Mark, I could not find using Google any information on how to get the Laptop Battery Level information so I could have my Screen Reader Or voices from Sapi to talk the information. So, I would need the modules or a sample code that fetches the data from that location on the screen.

Re: [python-win32] Fetching Battery Monitor Data (Roger Upole)

2011-01-19 Thread FT
Hi Roger, OK, I had downloaded WMI after posting my message under others recommendation from another Python list and one sample file directory program worked. Will set this up and see if it works, thanks! But, those also said to look at several websites on tutorials and documentation.

[python-win32] Battery Level Indicator With voice

2011-01-19 Thread FT
Hello everyone, Since I got a simple answer from Roger on the Python Win32 web site I decided to post it here for those who would want that information, especially those who can not see. The first 2 lines are all that is needed along with the battery level instances using that objec

[python-win32] Hot to call methods and properties from VBS?

2011-09-03 Thread FT
Hi, I am a blind programmer and want to know how you set up the com or automation to call python modules, functions, methods and properties? I searched the web and could not find anything except an example to place script within a scroipt. But I don't want that, I want to call a python

Re: [python-win32] How to call Python methods and properties from VBS?

2011-09-04 Thread FT
Hi Again, To be more specific I have compiled the Python inside a distributed package and need to know how to call from within that compiled package any method. In other words do I have to register the Python inside my .vbs script before calling any methods? I am saying this so another

Re: [python-win32] How to call Python methods and properties from VBS?

2011-09-08 Thread FT
e in samples\pywin32\com_server in the py2exe distribution - that demonstrates a simple COM object and has a VBScript sample which calls it. Hope this helps, Mark On 6/09/2011 1:38 PM, FT wrote: > > Hi Mark, > > I wanted to have the python and other modules from a py2exe accessi

Re: [python-win32] How to call Python methods and properties from VBS?

2011-09-08 Thread FT
s if you have run it. Sincerely Bruce Sent: Thursday, September 08, 2011 8:02 PM Subject: Re: [python-win32] How to call Python methods and properties from VBS? On 8/09/2011 11:20 PM, FT wrote: > Mark, > > This script: > set interp = CreateObject("Python.Interpreter&quo

Re: [python-win32] Loading C extensions in Python 2.6/2.7 from classic ASP

2011-09-09 Thread FT
Hi Chris, I was wondering if you are missing this DLL: msvcr90.dll It is absent in most builds unless you insure it gets put in. I can't remember the documentation on it, but doing a search and you will get a lot of responses on Google. Bruce Re: Loading C extensions in Python

[python-win32] How Do You Make Your Speech or SAPI 5 Voices Portable?

2008-06-26 Thread FT
Hi! I am a visually impaired programmer and just joined the Win32 list to possibly learn how to make my own screen reader, thus have to learn the in's and out's of windows. I am sending, attached, a simple version of my voice package and 2 different test modules. Have not learned all the list

Re: [python-win32] How Do You Make Your Speech or SAPI 5Voices Portable?

2008-06-26 Thread FT
FT wrote: > NOTE: > If you do make an executable you may also after compiling the Voice2.py snip > I am assuming that most of you probably have all the C dll's and such These DLLs should have been loaded on every Windows XP by Windows Update, so anyone with a

Re: [python-win32] How Do You Make Your Speech or SAPI 5 Voices

2008-06-26 Thread FT
From: Tony Cappellini Message: 1 Date: Thu, 26 Jun 2008 08:01:21 -0400 From: "FT" <[EMAIL PROTECTED]> Subject: [python-win32] How Do You Make Your Speech or SAPI 5 Voices Portable? To: This doesn't address your portability issue, but is provided as an FYI. Peter

Re: [python-win32] How Do You Make Your Speech or SAPI 5 Voices

2008-06-26 Thread FT
> But, the question of most importance is how to have my py2exe also > include the wrapper for installing a speech engine if none exist > on the destination computer. What you probably need is to create an installer for your py2exe project, using something like Inno, NSIS or WiX. This installer

[python-win32] Com and Sapi 4 speech engine, tts commands

2008-07-11 Thread FT
Hi! Has anyone here done any programming on the sapi 4.0A speech engine? I have the sapi 5 and the pytts engines and would like to use the sapi 4 because it has more voices. But found it difficult to find the commands for the connection to the engine since microsoft has gone to 5.3 a

[python-win32] Com and Sapi 4 speech engine, tts commands

2008-07-12 Thread FT
Hi Michel, I am not sure what you are talking about. I suspect your referring to the Microsoft Sapi 5 stuff, are you? I am looking into the sapi 4 only for the extra voices. I do have a working Sapi 5 model but have not done a dictionary list for it unless I use the existing ones. My

[python-win32] problem installing pywin with Python 3.6

2017-01-07 Thread Fowler, Charles E (HP OneView - Ft. Collins)
Hello, I am new to the list, and relatively new to Python development in general. That said, I need to be able to use the win32com module and I am encountering issues installing it and using it. I have installed the 32-bit version of Python 3.6, which I verified at the Python cli. When I try