Modify ↓
Opened 19 years ago
Closed 19 years ago
#687 closed defect (fixed)
Trac 0.10b1 : Error when loading discussionwebadmin : web_ui not found
| Reported by: | Owned by: | Radek Bartoň | |
|---|---|---|---|
| Priority: | normal | Component: | DiscussionPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
When loading Discussion plugin with the suggested configuration lines in trac.ini, this results in the following error (in trac.log) :
2006-09-04 17:42:29,105 Trac[loader] DEBUG: Loading egg plugin TracDiscussion.ad
min from /tmp_mnt/www/Web/servers/trac/0.10b1-3675/lib/python2.4/site-packages/T
racDiscussion-0.5-py2.4.egg
2006-09-04 17:42:29,108 Trac[loader] ERROR: Failed to load plugin TracDiscussion
.admin from /tmp_mnt/www/Web/servers/trac/0.10b1-3675/lib/python2.4/site-package
s/TracDiscussion-0.5-py2.4.egg
Traceback (most recent call last):
File "/www/Web/servers/trac/0.10b1-3675/lib/python2.4/site-packages/trac/loade
r.py", line 101, in load_components
entry_point.load()
File "/tmp_mnt/lal_prod/decosf/gen/Python/site-packages/setuptools-0.6a5-py2.4
.egg/pkg_resources.py", line 1625, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "build/bdist.osf1-V5.1-alpha/egg/tracdiscussion/admin.py", line 6, in ?
ImportError: No module named web_ui
According to admin.py line 6, the missing web_ui is from webadmin plugin which has been loaded successfully before Discussion plugin.
Thanks in advance for any help.
Michel
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Sorry for the delay answering... there was a problem on TracHacks !
Thanks. It works.
Note: See
TracTickets for help on using
tickets.



Try it now with changeset 1253 with 0.10 branch, please.