mspieth / rssdler

Automatically exported from code.google.com/p/rssdler
4 stars 0 forks source link

rssdler fails to install on Mac OS 10.6.4 #59

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download and extract rssdler
2. Run: sudo python setup.py install

What is the expected output?
rssdler installed and working.

What do you see instead?
$ sudo python setup.py install
Traceback (most recent call last):
  File "setup.py", line 6, in <module>
    import rssdler
  File "/Users/Seb/Downloads/rssdler042/rssdler.py", line 53, in <module>
    import feedparser
ImportError: No module named feedparser

What version of the product are you using? On what operating system?
rssdler-0.4.2 on Mac OS X Snow Leopard (10.6.4) which come bundled with Python 
2.6.1 (r261:67515, Feb 11 2010, 00:51:29) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin

Original issue reported on code.google.com by seb%flip...@gtempaccount.com on 9 Nov 2010 at 11:58

GoogleCodeExporter commented 8 years ago
It sounds like you don't have the python-feedparser package installed correctly.

Original comment by stephena...@gmail.com on 24 Nov 2010 at 2:34