Great! I changed win32comgenpy.py and now everything works! Here is what I changed if anyone has my same problem:
line 27: ##supportdir = os.path.join(sys.path[0], 'support') import tempfile supportdir = os.path.join(tempfile.gettempdir(), 'support') On 31 Mag, 23:31, Martin Zibricky <[email protected]> wrote: > 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 > athttp://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.
