New Complex app for Pyinstaller

14 views
Skip to first unread message

Greg Pepus

unread,
Sep 29, 2020, 3:34:04 AM9/29/20
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.
Reply all
Reply to author
Forward
0 new messages