[Twisted-Python] mktap news error
I'm trying to run the twisted.news server. This should be possible using: $ mktap news but that results in ImportError: news. I get the traceback below. What am I doing wrong? Tim Traceback (most recent call last): File "/usr/bin/mktap", line 30, in ? run() File "/usr/lib/python2.3/site-packages/twisted/scripts/mktap.py", line 152, in run options.parseOptions(sys.argv[1:]) File "/usr/lib/python2.3/site-packages/twisted/python/usage.py", line 209, in parseOptions self.postOptions() File "/usr/lib/python2.3/site-packages/twisted/scripts/mktap.py", line 139, in postOptions self.parseOptions(self.params) File "/usr/lib/python2.3/site-packages/twisted/python/usage.py", line 197, in parseOptions self.subOptions = parser() File "/usr/lib/python2.3/site-packages/twisted/scripts/mktap.py", line 105, in <lambda> sc = [ [name, None, (lambda obj=module:obj.load().Options()), File "/usr/lib/python2.3/site-packages/twisted/python/plugin.py", line 61, in load return namedModule(self.module) File "/usr/lib/python2.3/site-packages/twisted/python/reflect.py", line 348, in namedModule topLevel = __import__(name) ImportError: No module named news
On Sat, 30 Oct 2004 15:30:19 +0200 (CEST), =?iso-8859-1?Q?Tim_Terleg=E5rd?= <tim@se.linux.org> wrote:
I'm trying to run the twisted.news server. This should be possible using:
$ mktap news
but that results in ImportError: news. I get the traceback below. What am I doing wrong?
I cannot reproduce this error. When I run "mktap news" using the most recent version of Twisted from SVN, I meet with the expected exception, "No newsgroups specified". Jp
On Sat, Oct 30, 2004 at 02:36:14PM +0000, exarkun@divmod.com wrote:
On Sat, 30 Oct 2004 15:30:19 +0200 (CEST), =?iso-8859-1?Q?Tim_Terleg=E5rd?= <tim@se.linux.org> wrote:
I'm trying to run the twisted.news server. This should be possible using:
$ mktap news
but that results in ImportError: news. I get the traceback below. What am I doing wrong?
I cannot reproduce this error. When I run "mktap news" using the most recent version of Twisted from SVN, I meet with the expected exception, "No newsgroups specified".
I see it with the version in debian (1.3.0), but not with current SVN, so I guess this is an old bug. -Andrew.
$ mktap news
but that results in ImportError: news. I get the traceback below. What am I doing wrong?
I cannot reproduce this error. When I run "mktap news" using the most recent version of Twisted from SVN, I meet with the expected exception, "No newsgroups specified".
I see it with the version in debian (1.3.0), but not with current SVN, so I guess this is an old bug.
Define old :) 1.3.0 is the current official version... But 2.0 will be out tomorrow (IRC topic promises so) so I guess I could download that tomorrow and be happy. Tim
participants (3)
-
Andrew Bennetts
-
exarkun@divmod.com
-
Tim Terlegård