import easygui import time easygui.msgbox("Hello! This is a test message box.", title="EasyGui Test")
Super simple message box! But when I run the file a small window with only the title comes up. Then I minimize it, reopen, it’s still an empty box but with an “OK” button. How do I fix this? Please help!
Python version is 3.10.13
submitted by /u/ThenRemove634
[link] [comments]
r/learnpython import easygui import time easygui.msgbox(“Hello! This is a test message box.”, title=”EasyGui Test”) Super simple message box! But when I run the file a small window with only the title comes up. Then I minimize it, reopen, it’s still an empty box but with an “OK” button. How do I fix this? Please help! Python version is 3.10.13 https://imgur.com/a/65j4Yl4 submitted by /u/ThenRemove634 [link] [comments]
import easygui import time easygui.msgbox("Hello! This is a test message box.", title="EasyGui Test")
Super simple message box! But when I run the file a small window with only the title comes up. Then I minimize it, reopen, it’s still an empty box but with an “OK” button. How do I fix this? Please help!
Python version is 3.10.13
submitted by /u/ThenRemove634
[link] [comments]