Closed GoogleCodeExporter closed 9 years ago
gah - this isn't a Defect. how do I change it?
Original comment by cfkars...@gmail.com
on 2 Nov 2007 at 4:47
Original comment by gregpin...@gmail.com
on 2 Nov 2007 at 4:57
I changed it. I think easy install might work if you put in the URL of the
download
e.g., http://pydelicious.googlecode.com/files/pydelicious-0.5.0.zip
Otherwise we've got to get it into the pypy place somehow.
Original comment by gregpin...@gmail.com
on 2 Nov 2007 at 4:58
Will it know that feedparser needs to be installed?
Original comment by cfkars...@gmail.com
on 12 Nov 2007 at 10:08
If you add this:
dependency_links=[
"http://feedparser.org/feedparser.py#egg=feedparser-latest"
]
to your setup.py, it should be able to figure out how to install that module.
Original comment by Ian.S.Bi...@gmail.com
on 13 Nov 2007 at 12:32
Hi, I don't know what you guys are talking about. I am very new to this. I got
an error:
ImportError: No module named feedparser.
Could someone explain what I can do here?
Thanks!
Original comment by uu...@yahoo.com
on 2 Dec 2007 at 12:25
Just install feedparser from here:
http://code.google.com/p/feedparser/downloads/list
Original comment by gregpin...@gmail.com
on 2 Dec 2007 at 5:04
current install:
sudo easy_install feedparser
sudo easy_install http://pydelicious.googlecode.com/files/pydelicious-0.5.0.zip
(will become one line once dependency_links=["http://feedparser... is added,
hint
hint...)
Original comment by cfkars...@gmail.com
on 5 Jan 2008 at 10:07
for python 2.4: sudo easy_install elementtree
Original comment by cfkars...@gmail.com
on 5 Jan 2008 at 11:27
I've looked at this and tried some in setup.py but It wont do dependency
resolving.
we're using distutils now. setuptools should do it?
as 'apt-get install python-elementtree python-feedparser' work fine for me,
someone may want to dig in the current version of setup.py if he/she can make
that
work. just c/p your patch here i'd be happe to integrate it.
easy_install sounds nice too... :)
Original comment by berend.v...@gmail.com
on 29 Nov 2008 at 12:49
afaics this works nicely. thanks all.
Original comment by berend.v...@gmail.com
on 11 Sep 2009 at 11:28
Original issue reported on code.google.com by
cfkars...@gmail.com
on 2 Nov 2007 at 4:46