Python Forum
Problems with PyInstaller with tkinter app on python 3.5
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problems with PyInstaller with tkinter app on python 3.5
#11
Well, not sure I agree.  The error messages I am reporting are from the machine that is trying to run the PyInstaller .exe version of the application.  Python is not physically installed on that machine, everything is contained within the .exe and although I don't know for sure, it seems to make sense that PyInstaller is putting all the libraries into a temp folder to execute the app and then all of that will disappear after the application closes.  Maybe someone with more PyInstaller knowledge can confirm/deny that.  But if there is something wrong with the paths that are being seen and that is due to something that I'm doing with the distribution of the PyInstaller .exe, please let me know what I'm supposed to be doing differently.  Since I thought everything was packaged up together in the frozen .exe, I didn't think there were restrictions on how I distributed the .exe and actually ran it on the final machine.  And, again, this PyInstaller .exe distribution (32-bit) works fine on 64-bit Win7PRO SP1 machines, just not the main target 32-bit Win7PRO machine that it absolutely must run on.  Appreciate more info.  Thanks.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python - pyinstaller Hyster 0 307 Mar-05-2025, 07:11 PM
Last Post: Hyster
  Pyinstaller and a custom python script mentat 0 985 Sep-27-2024, 04:42 PM
Last Post: mentat
  Pyinstaller 3 Python 2 mckymntl 0 1,784 Feb-07-2022, 06:28 AM
Last Post: mckymntl
Question Debian 11 Bullseye | Python 3.9.x | pip install mysql-connector-python-rf problems BrandonKastning 4 8,534 Feb-05-2022, 08:25 PM
Last Post: BrandonKastning
  Python 3.7, Windows 10, pyinstaller, winsound, no sound in executable kmarien 3 4,968 Nov-30-2020, 04:10 PM
Last Post: buran
  'No module named tkinter.messagebox' - PyInstaller ironfelix717 7 11,461 Jan-19-2020, 06:56 AM
Last Post: buran
  Cannot Change Python script to exe using Pyinstaller omar_mohsen 3 3,248 Dec-19-2019, 01:05 PM
Last Post: buran
  Problems running exe file from pyinstaller ersa21 4 9,501 Jan-15-2019, 06:36 PM
Last Post: snippsat
  Error with using pyinstaller to convert python script in Mac OS Takeshio 2 6,453 Oct-19-2018, 02:42 PM
Last Post: Takeshio
  compiling python using pyinstaller sabeesh90 0 3,303 Aug-16-2018, 09:58 AM
Last Post: sabeesh90

Forum Jump:

User Panel Messages

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