Python Forum
python file(.py) not working with my tkinter project
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python file(.py) not working with my tkinter project
#6
Try the following code in a separate .py file.
import sys

print(sys.version)
input('press enter to continue')
run it in the same way and see what output you get in the black window.
Reply


Messages In This Thread
RE: python file(.py) not working with my tkinter project - by Yoriz - Jul-29-2019, 07:20 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Using Tkinter inside function not working Ensaimadeta 5 5,161 Dec-03-2023, 01:50 PM
Last Post: deanhystad
  tkinter toggle buttons not working Nu2Python 26 7,264 Jan-23-2022, 06:49 PM
Last Post: Nu2Python
  [Tkinter] remove file from current project rwahdan 2 2,338 Jul-25-2021, 09:14 AM
Last Post: Larz60+
  [Tkinter] Tkinter - I need to read file excel from GUI app to script file johnjh 0 10,768 Apr-17-2020, 08:14 PM
Last Post: johnjh
  Tkinter scaling windows conten to or with its size not working Detzi 5 4,545 Jan-12-2020, 12:42 PM
Last Post: Detzi
  [Tkinter] Mouse click event not working on multiple tkinter window evrydaywannabe 2 3,807 Dec-16-2019, 04:47 AM
Last Post: woooee
  Problem In calling a Function from another python file of project vinod2810 7 5,422 Oct-05-2019, 01:09 PM
Last Post: ichabod801
  [Tkinter] sleep(n) not working inside tkinter mainloop roger31415 2 5,239 Jul-14-2019, 06:57 PM
Last Post: wuf
  Python, Tkinter. How to search a specific file in a folder Roo 3 3,460 Feb-13-2019, 10:41 AM
Last Post: Larz60+
  tkinter - global variable not working albry 2 7,112 Jan-26-2019, 04:22 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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