About 393,000 results
Open links in new tab
  1. python - GUI not opening - Stack Overflow

    Jan 14, 2013 · I have used tkinter to design my GUI. My problem is that, emailReader(which has no GUI) gets executed correctly, but GUI.py doesn't get executed. It exits with the exit status 1.

  2. Unable to open Python GUI application - Super User

    Feb 23, 2015 · My python GUI app does not automatically associate with python and 'Open With' is not allowing me to choose python.exe. Running the script directly from command prompt given a error - "Can't find a default python".

  3. python - Tkinter window not opening - Stack Overflow

    Apr 27, 2015 · I was trying to create a simple moving block using tkinter in Python 3, and everything was working until I imported time. The window now won't open. I've tried removing the import, and it doesn't help. This is my code:

  4. python - My Tkinter GUI wont open - Stack Overflow

    So my problem is that the GUI won't open I have tried putting it into another new python file and have tried to re-write it but slightly differently, which now won't open as soon as I use a .grid() function, once this .grid() function is removed it will show the GUI.

  5. Why won’t my code open the Tkinter window? | by Carenagala

    Nov 6, 2023 · For the tkinter to run and open the pop-up window, you need a `mainloop ()` line. In Tkinter, the `mainloop ()` function is the essential component that enables the proper functioning of...

  6. My Python GUI does not open - YouTube

    In this tutorial, we will explore common reasons why a Python GUI may not open and provide step-by-step guidance on how to troubleshoot and resolve these issues. We'll use the popular...

  7. On Win 10, no graphical window when run code - Python Forum

    Nov 2, 2020 · I am learning Python TKInter GUI. I run following code on my Desktop running windows 10. The code runs but no root window appears. If I run same code on my laptop, it works fine. I use Sublime text. I also use Atom. Same problem with both. I installed newer python-3.9.0-amd64 . Before I was using 3.8.2-amd64. Problem still the same.

  8. Cannot open python or iPython window from GUI. Terminal fail: …

    Jul 21, 2020 · Select "Open With Python" from the environment GUI and terminal window launches with errors that prevent python from running. Errors are as follows: Option “-x” is deprecated and might be removed in a later version of gnome-terminal.

  9. GUI to executable, doesn't working when opening .exe file

    Oct 10, 2022 · But then I create a executable by running: pyinstaller GUI.py --noconsole. It creates all folders without error, I then go to dist folder and double click the .exe file, it starts loading, stops and nothing happens. Why is it not working?

  10. Python: cannot display GUI : r/learnprogramming - Reddit

    Dec 15, 2023 · What is the cause of the issue here? with open(f) as file: array2d = [[float(digit) for digit in line.split()] for line in file] return np.asmatrix(array2d) data = readFile("noRattle.log") #app = QApplication(sys.argv) plot = pg.PlotItem() img = pg.ImageItem(image=data) plot.addItem( img ) . cm = pg.colormap.get('CET-L9')

Refresh