Hello, Pyinstaller is not including a hidden import into the executable I am trying to build. Here is the error message: ImportError: cannot import name RegistryParse amcache returned -1
Here is the commandline that I am using to build the executable: pyinstaller --onefile --hidden-import=enum --hidden-import=RegistryParse cache.py I have even went so far as put "import RegistryParse" into the script at the top. I also installed python-registry. There are two python scripts (Registry.py & RegistryParse.py) that were installed at C:\Python27\Lib\site-packages. Just running the script on the commandline works fine. All of the imports are found. Any suggestions? Thank you, K Murphy -- 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. For more options, visit https://groups.google.com/d/optout.
