Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: macOS Catalina and Python menu issue
Post: RE: macOS Catalina and Python menu issue

(Oct-26-2019, 03:58 PM)joe_momma Wrote: hey save my example as a .py file open up your terminal and enter python yourfile.py, report backThe behavior is the same.
SouthernYankee GUI 7 6,855 Oct-26-2019, 05:34 PM
    Thread: macOS Catalina and Python menu issue
Post: RE: macOS Catalina and Python menu issue

(Oct-25-2019, 04:02 AM)joe_momma Wrote: the interactive prompt is great for running snippets of code, figuring out problems. With tkinter it's only good for the basic app a box. All menus need to co...
SouthernYankee GUI 7 6,855 Oct-25-2019, 04:11 PM
    Thread: macOS Catalina and Python menu issue
Post: RE: macOS Catalina and Python menu issue

(Oct-23-2019, 10:23 AM)Larz60+ Wrote: add: root.mainloop() and see if it behaves differently Since tkinter starts a new window instance, it's probably better to run from .py file Sorry, I should hav...
SouthernYankee GUI 7 6,855 Oct-23-2019, 04:39 PM
    Thread: Print name N times using recursion
Post: RE: Print name N times using recursion

(Oct-23-2019, 05:34 AM)buran Wrote: Note that OP assignment is asking them to use recursion... They try to do that although unsuccessfully as they end up with infinite recursion Ah. Didn't catch th...
SouthernYankee Homework 7 7,965 Oct-23-2019, 05:38 AM
    Thread: Print name N times using recursion
Post: RE: Print name N times using recursion

Not sure why you are calling func() inside the function, but this worked for me: def func(): for i in range(5): print ("Hello") func()Maybe your IDE is detecting an infinite loop? Your ...
SouthernYankee Homework 7 7,965 Oct-23-2019, 05:31 AM
    Thread: macOS Catalina and Python menu issue
Post: macOS Catalina and Python menu issue

I am experiencing a Python menu issue on both of my Mac's. One Mac has macOS Catalina and Python 3.7.4 via pyEnv with Tcl/Tk 8.6.9 and the other has macOS Catalina and Python 3.8.0. via pyEnv and Tcl...
SouthernYankee GUI 7 6,855 Oct-23-2019, 03:50 AM

User Panel Messages

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