-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
(venv) root@debian:/home/python-rss2irc# python2 feedupdater.py
Traceback (most recent call last):
File "feedupdater.py", line 4, in
import feedparser
ImportError: No module named feedparser
(venv) root@debian:/home/python-rss2irc# python2 main.py
Traceback (most recent call last):
File "main.py", line 4, in
from bot import Bot
File "/home/python-rss2irc/bot.py", line 6, in
import irc.bot
ImportError: No module named irc.bot
(venv) root@debian:/home/python-rss2irc#
(venv) root@debian:/home/python-rss2irc# python2
Python 2.7.16 (default, Oct 10 2019, 22:02:15)
[GCC 8.3.0] on linux2
Any ideas why rss wont start ?
Metadata
Metadata
Assignees
Labels
No labels