> 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
> 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 installe
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
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:
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
This doesn&
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 co
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