I've been digging further and it looks like the PYZOwner in archive.py
is the culprit - it sets mod.__file__ to something nonsensical. This
gives me the impression PyInstaller can't work for any package that
locates data files using its __file__ attribute (I could be missing
something, of course.) Then again, because I need a hook just to add
the data files to datas = [], I'm inclined to think there's no support
for data files in packages at all.

I'm in the process of patching archive.py to look for data files in a
sensible place relative to the executable, but haven't finished quite
yet. Still running into strange issues with iu.py..

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