[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

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

2008-06-26 Thread Tim Roberts
FT wrote: NOTE: If you do make an executable you may also after compiling the Voice2.py get an error if you do not have MSVcp71.dll, mfc71.dll, and gdiplus.dll copied into your setup.py file. In other words a copy command to copy the dll's from your system32 folder. For if you do not, some

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

2008-06-26 Thread 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: python-win32@python.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=iso-8859-1 This doesn't address your

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: python-win32@python.org 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 Mark Hammond
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

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