On 3/5/2014 1:37 PM, Martin Zibricky wrote:
On Tuesday 25 of February 2014 22:08:30 Michael Hipp wrote:
Any suggestions on why the symbol PY2 is not showing up in six?

I'm on Win 7 x64 running Python 2.7.6 x32 with PyInstaller loaded from
github master this afternoon.
It could be because of six module that is bundled with pyinstaller. 'six' is
not included with the 2.1 tarball but it is in git.

Try to manually remove ./PyInstaller/lib/six.py

This seems to solve the 'six' problem. But now I'm getting failure on:

  from hookutils import collect_submodules

...
File "c:\dev\virtenvs\auction\lib\site-packages\PyInstaller\depend\imptracker.py", line 273, in analyze_script
    return self.analyze_r('__main__')
File "c:\dev\virtenvs\auction\lib\site-packages\PyInstaller\depend\imptracker.py", line 166, in analyze_r
    newnms = self.analyze_one(name, nm, imptyp, level)
File "c:\dev\virtenvs\auction\lib\site-packages\PyInstaller\depend\imptracker.py", line 227, in analyze_one
    mod = self.doimport(nm, ctx, fqname)
File "c:\dev\virtenvs\auction\lib\site-packages\PyInstaller\depend\imptracker.py", line 333, in doimport
    raise ImportError('%s in %s' % (e.message, hookmodnm))
ImportError: No module named hookutils in hook-reportlab.pdfbase._fontdata

Thanks,
Michael

--
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to