Hi all,

I'm using http://www.crummy.com/software/ScrapeNFeed/ to scrape a
webpage and produce a RSS feed. ScrapeNFeed uses a pickle file to
store information/history about this feed. The code below works fine
on the 1st run when the pickle file does not exist, but after it gets
created I get the following error:

"File "/home/robsan/run/lib/python2.6/pickle.py", line 1126, in
find_class
    klass = getattr(mod, name)
AttributeError: 'module' object has no attribute 'SSDFeed'"


Code on controllers/default.py:

def feed():
    class SSDFeed(ScrapeNFeed.ScrapedFeed):

        def HTML2RSS(self, headers, body):
        [...]

    SSDFeed.load(<parameters>)


Any ideas, please?

Roberto

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to