Easygui- how to fix empty message box and multiple displays? /u/ThenRemove634 Python Education

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]

​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

https://imgur.com/a/65j4Yl4

submitted by /u/ThenRemove634
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *