Modify ↓
Opened 16 years ago
Closed 16 years ago
#3464 closed defect (worksforme)
TaskListPlugin : Error when accessing the tasklist page
Reported by: | Owned by: | John Hampton | |
---|---|---|---|
Priority: | normal | Component: | TaskListPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I installed the TaskListPlugin but I obtain the following error when I access the tasklist page:
File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 197, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-i686/egg/tasklist/main.py", line 172, in process_requestFile "build/bdist.linux-i686/egg/tasklist/main.py", line 39, in pprint SystemError: Parent module 'tasklist' not loaded
Here is my configuration:
Trac: 0.11 Python: 2.5.2 (r252:60911, Apr 21 2008, 11:29:43) setuptools: 0.6c8 psycopg2: 2.0.7 Genshi: 0.6dev-r888 mod_python: 3.3.1 Subversion: 1.4.6 (r28521) jQuery: 1.2.3
And my trac.conf:
[ticket-custom] action_item = text action_item.label = Action Item [components] tasklist.* = enabled
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Severity: | blocker → normal |
Status: | new → closed |
I had this also. I tried installing the dateutils "easyinstall dateutils". This didn't appear to help. The version installed was 1.1.
I then tried to install the 1.2 version through pkgsrc. This now works. It is possible that the 1.1 install would have done the trick, I messed with other config stuff as well.
Note: See
TracTickets for help on using
tickets.
Also when I access the plugin management page in the admin panel, I obtain the following error message in the log:
So I installed the dateutil python package but I still get this error message