
espakm at gmail
May 3, 2012, 4:12 AM
Views: 274
Permalink
|
|
Missing menu items after upgrading from python 2.4 to 2.6
|
|
Hi, I have Trac 0.12.3 installed here, it works nicely with Python 2.4. I want to upgrade to Python 2.6 because the GitPlugin does not support 2.4. I installed the required packages and modules. However if I run the site on Python 2.6, some items are missing from the main menu. The "Log in", "Browse source", "New ticket" and "Admin" links are missing. The latter three might be the consequence of the first. I made the upgrade with the following commands: # yum install python26 # yum install python26-mod_python # yum install python26-mod_wsgi # yum install python26-distribute # alias python='/usr/bin/python26' # easy_install-2.6 Genshi # easy_install-2.6 Babel # easy_install-2.6 pygments # easy_install-2.6 Trac # easy_install-2.6 pytz # easy_install-2.6 docutils Then I disabled the mod_python module (2.4) in the apache settings, so the 2.6 version is loaded. Does anybody have an idea what is going wrong? Thank you, Miklos -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
|