You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyInstaller
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.