2

I am making a Python program that uses a MySQL database. Now, I need a setup.exe file to set up the dependencies of the script and install it to windows computers.

Googling turned up PyInstaller, which mentions nothing about databases in its documentation.

To summarize, how could I make an .exe file that includes a MySQL database from a .py file?

niamulbengali
  • 292
  • 1
  • 3
  • 16
George Sp
  • 553
  • 5
  • 20
  • 1
    Pyinstaller can only create python executables from python scripts. So any dependencies or external setup would have to be managed from a python script. – The4thIceman Oct 28 '17 at 14:55
  • Thank you, that is what i was thinking too. But i thought that a simplier solution might exist, so i asked. – George Sp Oct 29 '17 at 12:37
  • 1
    Hi @GeorgeSp, I am facing similar problem. How did you solve this ? – Ahmad Raza Sep 03 '20 at 11:30

0 Answers0