Modify ↓
Opened 12 years ago
Closed 12 years ago
#10166 closed defect (fixed)
got an unexpected keyword argument 'doc_domain'
Reported by: | Owned by: | Franz | |
---|---|---|---|
Priority: | normal | Component: | NavigationDisplayPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
I get this error after installing plugin
2012-07-20 14:26:30,842 Trac[loader] ERROR: Skipping "navigationplugin = navigationplugin": Traceback (most recent call last): File "build\bdist.win32\egg\trac\loader.py", line 68, in _load_eggs File "C:\Programme\Python25\Lib\site-packages\setuptools-0.6c11-py2.5.egg\pkg_resources.py", line 1954, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "build\bdist.win32\egg\navigationplugin\__init__.py", line 1, in <module> # File "build\bdist.win32\egg\navigationplugin\navigation.py", line 43, in <module> File "build\bdist.win32\egg\navigationplugin\navigation.py", line 63, in Navigation TypeError: __init__() got an unexpected keyword argument 'doc_domain'
Attachments (0)
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
OK. I'm using 0.12.3 . I will try it with 0.13dev or I'm waitung for 1.0 .
didley
Note: See
TracTickets for help on using
tickets.
What version of Trac do you use? I might use new API and this causes the error. We run
Trac 0.13dev-r11040
on which it runs fine.