[google-appengine] Re: ImportError: No module named feedparser

2008-12-10 Thread L
I thought feedparser is in SDK. ^_^ I have to copy feedparse.py into my folder! On Dec 11, 9:16 am, L <[EMAIL PROTECTED]> wrote: > Hi, i use the latest sdk and (i install feedparse in my computer and i > canimportin the python shell) but meet the error in subject! when i > use dev_appserver.py --

[google-appengine] Re: ImportError: No module named feedparser

2008-12-11 Thread Daniel O'Brien (Google)
feedparser isn't currently included as part of the SDK, or within the production environment. You can confirm which third party libraries we do provide under the "lib" directory of your SDK install. Daniel On Dec 10, 5:28 pm, L wrote: > I thought feedparser is in SDK. ^_^ > I have to copy feedp

[google-appengine] Re: ImportError: No module named feedparser

2014-07-16 Thread Seth Moeckel
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

Re: [google-appengine] Re: ImportError: No module named feedparser

2014-07-16 Thread Vinny P
On Tue, Jul 15, 2014 at 9:20 PM, Seth Moeckel wrote: > 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 directl

Re: [google-appengine] Re: ImportError: No module named feedparser

2014-07-17 Thread Seth Moeckel
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 1233...@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 li

Re: [google-appengine] Re: ImportError: No module named feedparser

2014-07-17 Thread Vinny P
On Thu, Jul 17, 2014 at 9:11 AM, Seth Moeckel wrote: > 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 > 1233...@txt.att.net) > i can send email from python but i need a way to read emails, i trie