Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: PyInstaller Executable Does Nothing
Post: RE: PyInstaller Executable Does Nothing

Yup. I cleaned up my PATH to only include Python 3.8 and I can now create an executable that works! Thank you!!
pdihawk General Coding Help 18 13,027 Feb-22-2021, 04:43 PM
    Thread: PyInstaller Executable Does Nothing
Post: RE: PyInstaller Executable Does Nothing

So I Installed IDLE 3.7.1, copied it over and still no luck. It still tells me that tkinter did not import successfully.
pdihawk General Coding Help 18 13,027 Feb-18-2021, 10:13 PM
    Thread: PyInstaller Executable Does Nothing
Post: RE: PyInstaller Executable Does Nothing

Using that gives me the same issue. Is my problem that I wrote my app in Python 3.8 and for some reason pyinstaller is running out of the 3.7? I used IDLE(Python 3.8) to write my code. Is there a w...
pdihawk General Coding Help 18 13,027 Feb-18-2021, 08:47 PM
    Thread: PyInstaller Executable Does Nothing
Post: RE: PyInstaller Executable Does Nothing

When I run pyinstaller I get the following: Output:pyinstaller ShowJulian.spec 55 INFO: PyInstaller: 4.2 56 INFO: Python: 3.7.3 56 INFO: Platform: Windows-10-10.0.18362-SP0 57 INFO: UPX is not availab...
pdihawk General Coding Help 18 13,027 Feb-17-2021, 08:56 PM
    Thread: PyInstaller Executable Does Nothing
Post: RE: PyInstaller Executable Does Nothing

My whole command prompt: [inline]C:\Users\PDI User\AppData\Local\Programs\Python\Python38-32\ShowJulian\dist>ShowJulian.exe tkinter did not import successfully. Please check your setup.[/inline]
pdihawk General Coding Help 18 13,027 Feb-17-2021, 07:19 PM
    Thread: PyInstaller Executable Does Nothing
Post: RE: PyInstaller Executable Does Nothing

Here is my code: from guizero import App, Box, Text from datetime import date def get_jdate(): today = date.today() day = today.strftime("%d") month = today.strftime("%m") year = toda...
pdihawk General Coding Help 18 13,027 Feb-17-2021, 06:58 PM
    Thread: PyInstaller Executable Does Nothing
Post: RE: PyInstaller Executable Does Nothing

**wall** If PyInstaller gets tkinter automatically what could stop it from importing properly?
pdihawk General Coding Help 18 13,027 Feb-17-2021, 06:15 PM
    Thread: PyInstaller Executable Does Nothing
Post: RE: PyInstaller Executable Does Nothing

I tried tkinter first, then tried Tkinter and neither made a difference.
pdihawk General Coding Help 18 13,027 Feb-17-2021, 05:33 PM
    Thread: PyInstaller Executable Does Nothing
Post: RE: PyInstaller Executable Does Nothing

I modified my hiddenimports hiddenimports=['guizero','Tkinter'] to my hiddenimports but it still tells me that tkinter did not import successfully. I have guizero in my site-packages. Why wouldn't i...
pdihawk General Coding Help 18 13,027 Feb-17-2021, 05:22 PM
    Thread: PyInstaller Executable Does Nothing
Post: RE: PyInstaller Executable Does Nothing

Ahh! I never thought to run it from the command line. When I do that, it tells me that tkinter did not import successfully. I will try my hand at the hidden import.
pdihawk General Coding Help 18 13,027 Feb-17-2021, 04:30 PM
    Thread: PyInstaller Executable Does Nothing
Post: PyInstaller Executable Does Nothing

I have read through and tried a bunch of different How-tos on using PyInstaller to turn my python script into an executable but everything I have tried has failed. I am running Win10, using Python 3....
pdihawk General Coding Help 18 13,027 Feb-17-2021, 03:48 PM
    Thread: guizero repeat command
Post: RE: guizero repeat command

I didn't like the GUI either. It started out with buttons but ended up not having any at all. Thinking back on this, going with a GUI was a little much for the application and completely unnecessary....
pdihawk GUI 2 2,956 Sep-28-2020, 01:32 PM
    Thread: guizero repeat command
Post: guizero repeat command

I am new to guizero and Python in general but I'm fighting my way through it and I think I'm almost there. Essentially, I'm making a barcode comparing app. I'm using guizero to: -bring up a first p...
pdihawk GUI 2 2,956 Sep-24-2020, 06:59 PM

User Panel Messages

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