You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "c:/Users/Desktop/gmailpy/emailpyspam/spammer.py", line 59, in
from py_imessage import imessage
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\site-packages\py_imessage\imessage.py", line 1, in
from py_imessage import db_conn
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\site-packages\py_imessage\db_conn.py", line 11, in
home = os.environ['HOME']
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\os.py", line 675, in getitem
raise KeyError(key) from None
KeyError: 'HOME'
code is the same as in the readme
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "c:/Users/Desktop/gmailpy/emailpyspam/spammer.py", line 59, in
from py_imessage import imessage
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\site-packages\py_imessage\imessage.py", line 1, in
from py_imessage import db_conn
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\site-packages\py_imessage\db_conn.py", line 11, in
home = os.environ['HOME']
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\os.py", line 675, in getitem
raise KeyError(key) from None
KeyError: 'HOME'
code is the same as in the readme
The text was updated successfully, but these errors were encountered: