Dan Hensley píše v Út 01. 03. 2011 v 12:46 -0700: > Yes, that's much simpler. Unfortunately I get the following error: > > File > "U:\dhensley\Projects\SRA\SRA\build_PyQt\pyinstaller-trunk\hooks > \hook-pythoncom.py", > line 36, in hook > import mf > ImportError: No module named mf > > Thanks, > Dan
Well, we should check the imports of hook files. Could you try to change 'import mf' to 'import PyInstaller.mf'? -- 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.
