[Trac-tickets] [The Trac Project] #2026: Internal Trac error in
displaying timeline data
The Trac Project
noreply at edgewall.com
Wed Sep 7 15:56:36 CDT 2005
#2026: Internal Trac error in displaying timeline data
--------------------------------+-------------------------------------------
Reporter: geoffrey at ticom.com | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: timeline | Version: 0.8.4
Severity: normal | Keywords: |
--------------------------------+-------------------------------------------
I have Trac setup using mod_python on a Gentoo server. The installed
version of Python is 2.3.5. and the installed version of Subversion is
1.2.3. Whenever I click on the hyperlink for timeline, I get errors.
However, refreshing the page two or three times resolves the issue and
then the timeline data eventually gets displayed. The error I get is:
'module' object has no attribute 'apr_initialize'
with a Python traceback of:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/ModPythonHandler.py", line
195, in handler
core.dispatch_request(mpr.path_info, args, mpr, env)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 439, in
dispatch_request
module = module_factory(args, env, database, req)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 175, in
module_factory
pool, rep, fs_ptr = open_svn_repos(repos_dir)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 452, in
open_svn_repos
core.apr_initialize()
AttributeError: 'module' object has no attribute 'apr_initialize'
I'm really not certain if this is a timeline related problem, or a
mod_python issue.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2026>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list