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

docx.opc.PackageNotFoundError #511

Open
manuelcaeiro opened this issue Jan 30, 2018 · 1 comment
Open

docx.opc.PackageNotFoundError #511

manuelcaeiro opened this issue Jan 30, 2018 · 1 comment
Labels
good first issue Good for newcomers

Comments

@manuelcaeiro
Copy link

manuelcaeiro commented Jan 30, 2018

PyInstaller does not import python docx module.
I came here 2 days ago asking for help on this matter.
Meanwhile I found the help I needed here: (in case someone has the same problem)
https://stackoverflow.com/questions/35642322/pyinstaller-and-python-docx-module-do-not-work-together

@htgoebel
Copy link
Member

htgoebel commented Feb 1, 2018

The solution described there may work, but is a poor implementation. PyInstaller is able to collect datafiles for packages. Just search the hooks for collect_data_files().

We'd appreciate if you would provide a pull-request with a hook for this package.

@bwoodsend bwoodsend added the good first issue Good for newcomers label Aug 14, 2020
@bwoodsend bwoodsend transferred this issue from pyinstaller/pyinstaller Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants