Hi, I have upgraded my TS-219 to the latest firmware. After that my trac/ svn installation did not work anymore.
The problem is as follows: trac used to run with python2.5 After the firmware upgrade the package svn-py 1.6.17-1 however required python 2.6, not 2.5 as it used to. As a consequence trac could not use svn anymore (repositories could not be synchronized) So I deleted py25-trac and used ipkg to install py26-trac. That fixed the issue of trac not being able to access svn. But a new problem occurred: the trac connection from apache is broken. The reason is that mod-wsgi 3.3-1 still requires python2.5. However, trac is now running with python2.6. So my trac wsgi-Modul cannot be loaded anymore (Error message is "ImportError: No module named trac.web.main") A brief test with the python interpreter showed that I can load trac.web.main with python2.6, but not with python2.5. So the issue is that apache invokes python 2.5 instead of 2.6 as needed for my trac installation. I tried setting WSGIPythonHome and WSGIPythonPath in my apache.conf, but that didn't help. I think I need a new mod-wsgi, that is bound to python2.6. ipkg doesn't know an other version than 3.3-1. How can I get the package? An alternative would be to get a version of svn-py that is bound to python25. Summary: For my QNAP TS-219 I either need - mod-wsgi bound to python26 OR - svn-py bound to python25 How can I get any of these packages? Further, I wonder why this has not happened to anyone else. the svn-py package and the mod-wsgi package of the current Linux distribution used for the TS-219 obviously do not match each other. -- 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.
