redrebel / pydelicious

Automatically exported from code.google.com/p/pydelicious
Other
0 stars 0 forks source link

Dependencies #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This might save someone a min or 2.

sudo easy_install feedparser
sudo python setup.py install

any chance of easy_install pydelicious? :)

Original issue reported on code.google.com by cfkars...@gmail.com on 2 Nov 2007 at 4:46

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago

Original comment by gregpin...@gmail.com on 2 Nov 2007 at 4:57

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Will it know that feedparser needs to be installed? 

Original comment by cfkars...@gmail.com on 12 Nov 2007 at 10:08

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
for python 2.4: sudo easy_install elementtree

Original comment by cfkars...@gmail.com on 5 Jan 2008 at 11:27

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
afaics this works nicely. thanks all.

Original comment by berend.v...@gmail.com on 11 Sep 2009 at 11:28