python-eel/Eel

Including Sqlite database into final exe

Ouverte

#486 ouverte le 20 mai 2021

 (1 commentaire) (0 réaction) (0 personne assignée)Python (570 forks)batch import
help wanted

Métriques du dépôt

Stars
 (5 980 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

I am currently using this command python -m eel main.py web --noconsole --onefile --icon="path.ico". I want to include my sqlite database file into final exe. Otherwise, if someone wants read the data from the file they can read. How to include the sqlite file in the exe???

Thank you.

Guide contributeur