-
Notifications
You must be signed in to change notification settings - Fork 7
Bundling qbank
cjshawMIT edited this page Apr 28, 2017
·
9 revisions
If you need a standalone qbank
executable (for running with unplatform, for example), then you can use pyinstaller
to create a bundle. This should work with OS X, Windows, or Linux, whatever pyinstaller
supports. Note that to create a bundle for a platform, you need to run pyinstaller
on that specific platform. You cannot build Windows bundles on OS X.
There are many hidden imports in qbank
that need to be declared for pyinstaller
to include them. The best way to create the bundle is using the included spec
file.
pyinstaller main.spec