Modify ↓
Opened 16 years ago
Closed 16 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)
Note:
See TracTickets
for help on using tickets.



PluginIssue (tasklist is not part of Trac core)