The patch you posted is related to this ticket:
http://www.pyinstaller.org/ticket/495
It's last high priority ticket for the next release. Pyttsx looks like a
good example for testing.
I will use the following pyttsx for testing:
import pyttsx
engine = pyttsx.init()
engine.say('Greetings!')
engine.say('How are you today?')
engine.runAndWait()
Goddamnit píše v St 16. 05. 2012 v 04:18 -0700:
> wrote a small script on xp that I want to distribute. So I tried
> compiling it using py2exe. It compiles, but the resulting exe throws
> errors when run.
>
> Link to my script: http://pastebin.com/LWUSU3cc
>
> I also tried pyinstaller , which also compiles, but again with errors.
> I found this patch
> here( http://mrmekon.tumblr.com/post/5272210442/pyinstaller-and-pyttsx)
> to make it work. But have no clue as to how to apply that patch to
> pyinstaller.
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.