[Twisted-Python] mktap news error
![](https://secure.gravatar.com/avatar/92a3044a1b6a47eac22e618904de03f3.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/7ed9784cbb1ba1ef75454034b3a8e6a1.jpg?s=120&d=mm&r=g)
On Sat, 30 Oct 2004 15:30:19 +0200 (CEST), =?iso-8859-1?Q?Tim_Terleg=E5rd?= <tim@se.linux.org> wrote:
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
![](https://secure.gravatar.com/avatar/7ed9784cbb1ba1ef75454034b3a8e6a1.jpg?s=120&d=mm&r=g)
On Sat, 30 Oct 2004 15:30:19 +0200 (CEST), =?iso-8859-1?Q?Tim_Terleg=E5rd?= <tim@se.linux.org> wrote:
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
participants (3)
-
Andrew Bennetts
-
exarkun@divmod.com
-
Tim Terlegård