Trying to determine if our app will work with pyinstaller. We would like to 
create an executable vs a single directory but we are starting with single 
directory. Our app runs in its own virtual environment using virtualenvwrapper.
1) Our app provides a cli using click, pyinstaller didn’t find the click 
libraries when we ran pyinstaller myapp.py.
2) We use several python c-api bindings
a) We use a c-api library that uses several read/write conf file and produces a 
set of local database files that are also read write. That library and it’s 
read write components are installed in virtenv/lib or 
lib64/python3.6/site-packages.
3) We write data /read data from sqlcipher encrypted SQLite db 
4) We store config data in a config.yaml -it’s critical
5) in the site-packages dir we run an external binary cli executable which is 
required called p6kmiptool.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/8c107115-b974-4d66-a0e0-6f6ca4bac832o%40googlegroups.com.

Reply via email to