Hey guys, i just stumbled upon this convo in a search about feedparser, if you know anything i would apprieciate the help,im working on a small program for home automation that uses a raspberry pi and is email to sms controlled directly into command line, i needed feed parser for recieving sms to run commands, and i have tried multiple web tutorials but with no luck, i get a import error in idle, it doesnt know of a module called feedparser, i tried installing it, updating the device, all that, still no luckwould be very greatful, if you know oh any modules i could use instead to do the same thing or how to fix this please send a response as soon as convienant
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.
using built in email ability with a texting phone, i sent a email to my account from my texting phone and then used the email assigned by att ( ex 123...@txt.att.net)i can send email from python but i need a way to read emails, i tried to install feedparser via pip , git hub, and just built in linux functions with no luck.