I'm working with an app with an import:
from amara.bindery import html
and I think pyinstaller thinks it's a django app (but it isn't) When
new app runs raises this error:
D:\windows\Escritorio\AmaraPortable>dist\amaraPortable
\amaraPortable.exe 2
Found embedded PKG: D:\windows\Escritorio\AmaraPortable\dist
\amaraPortable\amara
Portable.exe
Extracting binaries
manifestpath: D:\windows\Escritorio\AmaraPortable\dist\amaraPortable
\amaraPortab
le.exe.manifest
Activation context created
Activation context activated
D:\windows\Escritorio\AmaraPortable\dist\amaraPortable\python27.dll
Manipulating evironment
PYTHONPATH=D:/windows/Escritorio/AmaraPortable/dist/amaraPortable
importing modules from CArchive
extracted iu
extracted struct
extracted archive
Installing import hooks
outPYZ1.pyz
Running scripts
Traceback (most recent call last):
File "<string>", line 26, in <module>
File "D:\windows\Escritorio\pyinstaller\iu.py", line 455, in
importHook
raise ImportError, "No module named %s" % fqname
ImportError: No module named django.core
RC: -1 from pyi_rth_django
OK.
--lm
--
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.