Massi píše v Čt 31. 05. 2012 v 13:50 -0700: > Hi Martin and thanks for your reply. I tried to edit the file iu.py as > suggested in the ticket, but nothing changed. Is ther any simple (or > even dirty) workaround to make things work? > In my case to force the user to install the program in a "free" path > is not a possible solution...
You could look at http://mrmekon.tumblr.com/post/5272210442/pyinstaller-and-pyttsx but basically, you need to edit ./PyInstaller/rthooks/win32comgenpy.py to create gen_py directory in system tmp. -- 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.
