Hi boys,
feedparser is indeed a python module that can be installed with setuptools.
If your need is to use it as a dependency of a product you are developing, you can include (distribute) the feedparser.py in your product the way PloneRSSSearch and PloneRSSPortlet do it.
That way you don't even need to know what python your zope runs on.
davconvent
Hi boys,
feedparser is indeed a python module that can be installed with setuptools.
If your need is to use it as a dependency of a product you are developing, you can include (distribute) the feedparser.py in your product the way PloneRSSSearch and PloneRSSPortlet do it.
That way you don't even need to know what python your zope runs on.
Cheers