Browse Source

dist: Add missing hidden import for panda3d.core on enum

rdb 10 months ago
parent
commit
ea1cbe47ac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/dist/FreezeTool.py

+ 1 - 0
direct/src/dist/FreezeTool.py

@@ -88,6 +88,7 @@ defaultHiddenImports = {
         'numpy.core._dtype_ctypes',
         'numpy.core._methods',
     ],
+    'panda3d.core': ['enum'],
     'pandas.compat': ['lzma', 'cmath'],
     'pandas._libs.tslibs.conversion': ['pandas._libs.tslibs.base'],
     'plyer': ['plyer.platforms'],