[Bug 338759] Re: rss2email doesn't work properly on jaunty
Tanel Külaots
mou at jabber.ee
Sat Mar 28 18:20:27 UTC 2009
Seems like this bug is a result of http://bugs.python.org/issue5329
Python 2.6 does not accept sequence as argument for os.open2. Changing line 188 in rss2email.py from
i, o = os.popen2(["/usr/sbin/sendmail", recipient])
to
i, o = os.popen2("/usr/sbin/sendmail " + recipient)
fixed it for me.
Ubuntu Jaunty
rss2email.py version 2.62
python version 2.6.1
--
rss2email doesn't work properly on jaunty
https://bugs.launchpad.net/bugs/338759
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list