ashutoshtyagi / pydelicious

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

borked dev version in main branch #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try to install package using standard install
2. install by hand and then call get_popular
3.

What is the expected output? What do you see instead?
working code versus error messages

What version of the product are you using? On what operating system?
5 main branch on linux

Please provide any additional information below.
The dlcs_rss_request method is commented out when other code depends on it.
The installer has an intentional error raise with a debug switch on it.

Not trying to be a smartass, but you might want to consider putting some
branches in the svn for development work. Or, at the very least, if there
are previous versions of the code that work, put them here.

Original issue reported on code.google.com by jpwith...@gmail.com on 18 Sep 2007 at 10:41

GoogleCodeExporter commented 8 years ago
This should be fixed now since pydelicous uses the standard setup.py now. Try:
 python setup.py install
and let us know if you run into any issues

Original comment by dfdes...@gmail.com on 12 Oct 2007 at 2:06