shorter modification could be
from PyInstaller.hooks.hookutils import collect_data_files
datas = collect_data_files('mpl_toolkits.basemap.pyproj')
Bryan A. Jones píše v Po 04. 02. 2013 v 09:51 -0600:
> My guess for the hook file (will probably need tweaking):
>
> from hookutils import collect_data_files
>
>
> def hook(mod):
>
> global datas
>
> datas = collect_data_files('mpl_toolkits.basemap.pyproj')
>
>
> return mod
--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.