pyinstaller 和 django-import-export 库

问题描述

我创建了一个 Django 应用程序,它使用 django-import-export 库来导入和导出数据,然后我通过 Pyinstaller 从这个项目创建了一个 EXE 文件,目的是将它作为 Windows 程序运行。 但是当我在浏览器中打开 Django admin 时,出现以下错误

TemplateDoesNotExist at /admin/export/
admin/import_export/export.html

然后:

'import_export_tags' is not a registered tag library. Must be one of:
admin_list
admin_modify
admin_urls
cache
i18n
l10n
log
static
tz

我认为它的原因是 Pyinstaller 没有导入 django-import-export 库,我使用隐藏导入并创建钩子文件来导入 django-import-export,但对我不起作用:(

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)