Ticket #2398 (closed defect: invalid)
missing attribute causing a traceback when running trial
| Reported by: | jacques | Owned by: | jml |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | trial | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description (last modified by exarkun) (diff)
trial nevow.test
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/twisted/python/usage.py", line 199, in parseOptions
self.postOptions()
File "/usr/local/lib/python2.5/site-packages/twisted/scripts/trial.py", line 279, in postOptions
self['reporter'] = self._loadReporterByName(self['reporter'])
File "/usr/local/lib/python2.5/site-packages/twisted/scripts/trial.py", line 265, in _loadReporterByName
for p in plugin.getPlugins(itrial.IReporter):
File "/usr/local/lib/python2.5/site-packages/twisted/plugin.py", line 227, in getPlugins
allDropins = getCache(package)
--- <exception caught here> ---
File "/usr/local/lib/python2.5/site-packages/twisted/plugin.py", line 178, in getCache
provider = namedAny(module.__name__ + '.' + moduleName)
File "/usr/local/lib/python2.5/site-packages/twisted/python/reflect.py", line 357, in namedAny
topLevelPackage = __import__(trialname)
File "/usr/local/lib/python2.5/site-packages/twisted/plugins/twisted_web2.py", line 7, in <module>
from twisted.web2.iweb import IResource
File "/usr/local/lib/python2.5/site-packages/twisted/web2/iweb.py", line 58, in <module>
class IOldNevowResource(components.Interface):
exceptions.AttributeError: 'module' object has no attribute 'Interface'
Change History
Note: See
TracTickets for help on using
tickets.
