Have installed trac 0.12 with Python 2.4.6 and Subversion 1.6.9 running on Centos 5.5 on a 64 bit machine.
Pls note that we do not have root access on this server and are required to install everything within our home directory. Which required much hair pulling and teeth gnashing to get everything in the right paths! You may ask why we are only running Python 2.4.6? This was because we could not get the subversion python bindings to work with any later version of Python. They would immediately fail with a problem using a 32 bit function name when it needed a 64 bit function name. Apparently the 64 bit names were introdcued in Python 2.5. With 2.4 the same names are used. Trace is running succesfully (after many, many Python dramas!) with the repository browser successfully synced to our subversion repository. However this was only achieved by using per-request synchronisation because either a trac-admin env repository sync or trac-admin env repository resync fail with the following msg - Fatal Python error: PyString_InternInPlace: strings only please! But everything else (that I have tried so far) works!!! Anyone got any ideas? -- 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.
