Ram píše v Út 28. 08. 2012 v 13:32 -0700:
> mod = self.doimport(nm, ctx, fqname)
>   File ".\build\pyinstaller-2.0\PyInstaller\depend\imptracker.py", line 25
> 6, in doimport
>     hooks = __import__('PyInstaller.hooks', globals(), locals(), [hookmodnm])
>   File ".\build\pyinstaller-2.0\PyInstaller\hooks\hook-django.py", line 47
> 

If you are not using django then this traceback is really weird. It
means that pyinstaller has found a dependency on django and is applying
some hooks for proper django support.

Could you please trace why is it doing?

-- 
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.

Reply via email to