Here is what happens with this version:
12530 INFO: Processing hook hook-parser
Traceback (most recent call last):
File "c:\cygwin\tmp\temp\pyinstaller\pyinstaller.py", line 91, in <module>
main()
File "c:\cygwin\tmp\temp\pyinstaller\pyinstaller.py", line 86, in main
run_build(opts, spec_file)
File "c:\cygwin\tmp\temp\pyinstaller\pyinstaller.py", line 50, in run_build
PyInstaller.build.main(spec_file, **opts.__dict__)
File "c:\cygwin\tmp\temp\pyinstaller\PyInstaller\build.py", line 1653, in main
build(specfile, buildpath)
File "c:\cygwin\tmp\temp\pyinstaller\PyInstaller\build.py", line 1610, in build
execfile(spec)
File ".\Blib.spec", line 10, in <module>
hookspath=None)
File "c:\cygwin\tmp\temp\pyinstaller\PyInstaller\build.py", line 392, in __init__
self.__postinit__()
File "c:\cygwin\tmp\temp\pyinstaller\PyInstaller\build.py", line 312, in __postinit__
self.assemble()
File "c:\cygwin\tmp\temp\pyinstaller\PyInstaller\build.py", line 545, in assemble
importTracker.analyze_script(script)
File "c:\cygwin\tmp\temp\pyinstaller\PyInstaller\depend\imptracker.py", line 256, in analyze_script
return self.analyze_r('__main__')
File "c:\cygwin\tmp\temp\pyinstaller\PyInstaller\depend\imptracker.py", line 149, in analyze_r
newnms = self.analyze_one(name, nm, imptyp, level)
File "c:\cygwin\tmp\temp\pyinstaller\PyInstaller\depend\imptracker.py", line 210, in analyze_one
mod = self.doimport(nm, ctx, fqname)
File "c:\cygwin\tmp\temp\pyinstaller\PyInstaller\depend\imptracker.py", line 307, in doimport
hooks = __import__('PyInstaller.hooks', globals(), locals(), [hookmodnm])
File "c:\cygwin\tmp\temp\pyinstaller\PyInstaller\hooks\hook-django.py", line 36, in <module>
raise RuntimeError("No django root directory found. Please check your "
RuntimeError: No django root directory found. Please check your pathex definition in the project spec file.
Hope you can fix this and perhaps I can try again?
Thanks.