Massi píše v Pá 01. 06. 2012 v 01:58 -0700: > 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')
Please update your pyinstaller version. The win32com hook should be fixed. Could you please test if it works for you? -- 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.
