We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076bf25 commit f7e0cfdCopy full SHA for f7e0cfd
Demo_Desktop_Widget_Email_Notification.py
@@ -5,6 +5,8 @@
5
import PySimpleGUI as sg
6
else:
7
import PySimpleGUI27 as sg
8
+ sg.PopupError('Sorry, at the moment this program only runs on Python 3')
9
+ sys.exit()
10
11
import email
12
import imaplib
0 commit comments