I use library pptx, Pyinstaller.
I'm trying to include pptx library in an .EXE file using Pyinstaller.
But the EXE file log output is:
pptx.packagenotfounderror.
How can i include pptx library in EXE file?
Please help me.
I use library pptx, Pyinstaller.
I'm trying to include pptx library in an .EXE file using Pyinstaller.
But the EXE file log output is:
pptx.packagenotfounderror.
How can i include pptx library in EXE file?
Please help me.
Well when working with PyInstaller, it's always useful to know
It would be useful to see the two above.
You don't need to explicitly add a library. If you imported it somewhere in your code, PyInstaller will notice and add it accordingly.