Python Forum
pyinstaller not create single exe
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pyinstaller not create single exe
#4
Make sure the config.ini file path is given relative to the spec file.
Something like:
data's = [('folder/config.ini','.')]
you can also try and replace
'.'
with some foldername to see if that folder is created or not.
Reply


Messages In This Thread
pyinstaller not create single exe - by buran - Aug-12-2017, 03:24 PM
RE: pyinstaller not create single exe - by snippsat - Aug-12-2017, 03:57 PM
RE: pyinstaller not create single exe - by buran - Aug-12-2017, 05:06 PM
RE: pyinstaller not create single exe - by hbknjr - Aug-13-2017, 03:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Create multiple/single csv file for each sql records mg24 6 2,789 Sep-29-2022, 08:06 AM
Last Post: buran
  problem with pyinstaller to create an executable file atlass218 0 3,192 May-15-2021, 11:01 AM
Last Post: atlass218
  Pyinstaller create this error :“File ”multiprocessing\connection.py“, line 691 Formationgrowthhacking 2 4,658 Apr-30-2020, 10:26 AM
Last Post: buran
  PyInstaller, how to create library folder instead of library.zip file ? harun2525 2 5,695 May-06-2017, 11:29 AM
Last Post: harun2525

Forum Jump:

User Panel Messages

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