Modify

Opened 16 years ago

Closed 16 years ago

#3464 closed defect (worksforme)

TaskListPlugin : Error when accessing the tasklist page

Reported by: gonzague.reydet@… 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 gonzague.reydet@…

Also when I access the plugin management page in the admin panel, I obtain the following error message in the log:

Trac[loader] ERROR: Skipping "tasklist = tasklist.main": (can't import "No module named dateutil.parser")

So I installed the dateutil python package but I still get this error message

comment:2 Changed 16 years ago by John B.

Resolution: worksforme
Severity: blockernormal
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain John Hampton.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.