Rolstenhouse / py-iMessage

python library to send iMessages
MIT License
144 stars 22 forks source link

keyerror #8

Open justanothernoob4648 opened 4 years ago

justanothernoob4648 commented 4 years ago

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

mardax007 commented 3 years ago

I have the same issue (also on pc). I think it can only be run on a mac. Can @Rolstenhouse please specify that in the readme?