On Feb 1, 6:23 pm, Ryan J Ollos <[email protected]> wrote: > kimolias wrote: > > > I have no idea which one I am using (the about section says 0.11b2 - > > which one is this?). > > Btw, the 0.11b2 is a 0.11 pre-release beta 2 version, which doesn't match > any of the Trac egg files you listed, which makes me think that there is > another Trac egg installed somewhere else.
Indeed, I found that I have two versions of Python installed! The folder for 2.4.* is in /usr/lib/python2.4/site-packages and the other is in /usr/local/apps/python/lib/python2.5/site-packages Great! Now what? When I type "python -V" to get the version, I get "Python 2.5.2". I tried "apt-get install Trac" and "yum install Trac" and they both failed.. :S Then I tried "easy_install http://svn.edgewall.org/repos/trac/tags/trac-0.11" which downloaded Trac successfully in the 2.5 path. So I am guessing that Apache is configured with the wrong version of Python. How do I change that? I am using mod_python -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
