Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#8457 closed defect (invalid)

SystemError: Parent module 'tasklist' not loaded

Reported by: elie Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.2.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /tasklist, Trac issued an internal error.

(please provide additional details here)

User Agent was: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.2) Gecko/20060911 SUSE/2.0.0.2-2.13 Firefox/2.0.0.2

System Information

Trac 0.11.2.1
Python 2.5.2 (r252:60911, Dec 4 2008, 10:44:20)
[GCC 4.1.2 20070115 (prerelease) (SUSE Linux)]
setuptools 0.6c9
SQLite 3.2.8
pysqlite 2.5.1
Genshi 0.5.1
mod_python 3.3.1
Subversion 1.5.4 (r33841)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/web/main.py", line 432, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/web/main.py", line 204, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-x86_64/egg/tasklist/main.py", line 172, in process_request
    pprint(data['tickets'])
  File "build/bdist.linux-x86_64/egg/tasklist/main.py", line 39, in pprint
    from pprint import PrettyPrinter
SystemError: Parent module 'tasklist' not loaded

Attachments (0)

Change History (1)

comment:1 by Emmanuel Blot, 15 years ago

Resolution: invalid
Status: newclosed

PluginIssue (tasklist is not part of Trac core)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.