Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use pkgutil to fetch database contents #759

Open
williballenthin opened this issue May 24, 2023 · 0 comments
Open

use pkgutil to fetch database contents #759

williballenthin opened this issue May 24, 2023 · 0 comments
Labels
QS QUANTUMSTRAND

Comments

@williballenthin
Copy link
Collaborator

via: https://pyinstaller.org/en/stable/spec-files.html#using-data-files-from-a-module

import pkgutil
help_bin = pkgutil.get_data( 'helpmod', 'help_data.txt' )
@williballenthin williballenthin added the QS QUANTUMSTRAND label May 24, 2023
@williballenthin williballenthin added this to To do in QUANTUMSTRAND via automation May 24, 2023
@williballenthin williballenthin moved this from To do to up next in QUANTUMSTRAND May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QS QUANTUMSTRAND
Projects
Development

No branches or pull requests

1 participant