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
  Pyinstaller 3 Python 2 mckymntl 0 1,224 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 6,673 Feb-05-2022, 08:25 PM
Last Post: BrandonKastning
  Python 3.7, Windows 10, pyinstaller, winsound, no sound in executable kmarien 3 3,651 Nov-30-2020, 04:10 PM
Last Post: buran
  'No module named tkinter.messagebox' - PyInstaller ironfelix717 7 8,149 Jan-19-2020, 06:56 AM
Last Post: buran
  Cannot Change Python script to exe using Pyinstaller omar_mohsen 3 2,384 Dec-19-2019, 01:05 PM
Last Post: buran
  Problems running exe file from pyinstaller ersa21 4 7,848 Jan-15-2019, 06:36 PM
Last Post: snippsat
  Error with using pyinstaller to convert python script in Mac OS Takeshio 2 5,364 Oct-19-2018, 02:42 PM
Last Post: Takeshio
  compiling python using pyinstaller sabeesh90 0 2,657 Aug-16-2018, 09:58 AM
Last Post: sabeesh90
  [split] Trouble making my first python .exe using pyinstaller. esha09 5 7,178 Apr-21-2018, 09:37 PM
Last Post: snippsat
  Python to Exe trouble (TKinter might be causing problems?) Bill 5 11,576 Oct-02-2017, 10:02 PM
Last Post: Bill

Forum Jump:

User Panel Messages

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