Python Forum
.py to .exe question using PyInstaller
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.py to .exe question using PyInstaller
#4
Thanks for the resources above.
To test my understanding; if i am creating a one-folder bundle and use either --add--data or datas (script) to bundle the existing DataBase, my insert/delete/update's will not commit changes?

So-if true, if i create the one-folder bundle without the DB; can i copy and paste the DB into this folder after PyInstaller creates it? Will the compiled App find the DB like it is doing now-in same folder? If so, i can share it to get some early feedback.

If not, sounds like i might as well code it into my App to create the DB and tables the first time the App is ran?
Is the latter the typical way it is handled?
Reply


Messages In This Thread
.py to .exe question using PyInstaller - by hammer - Feb-18-2022, 01:59 AM
RE: .py to .exe question using PyInstaller - by hammer - Feb-18-2022, 02:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PyInstaller related question Evil_Patrick 6 3,995 Jul-18-2020, 07:59 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020