cdrx / docker-pyinstaller

PyInstaller for Linux and Windows inside Docker
MIT License
618 stars 241 forks source link

sqlite json1 extension #54

Closed Kruptein closed 5 years ago

Kruptein commented 5 years ago

Hi, I'm using peewee and a sqlite database with the json1 extension. On both a normal windows install as well as on my linux machine, sqlite out of the box has the json1 extension enabled.

When I however check on the python executable in the docker image it does not have this extension enabled and thus the build exe does not work correctly. Do you have any idea how I can do this in wine ?

Kruptein commented 5 years ago

I've in the meanwhile figured out that it isn't an issue with wine, but just with pyinstaller itself that also occurs without docker. Sorry for the inconvenience.