Hello,

I am trying to compile a python script that uses python-registry. While I 
do get an executable at the end, I still get the following error when I run 
it:

ImportError: cannot import name RegistryParse
cache returned -1

Here is the commandline I am using to compile:
pyinstaller --onefile --hidden-import=enum --hidden-import=RegistryParse 
cache.py

I have even went so far as add a "import RegistryParse" to the python 
script. Which produced the same results.

Python-registry has been installed via python setup.py build & python 
setup.py install. The script runs on the commandline without any issues.

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.

Reply via email to