Host broke, gave us a new server. This however was 64bit and broke Trac. To get it working again:
- Modify the virtual-python file line
stdlib_dir = join(prefix, 'lib', py_version)
to
stdlib_dir = join(prefix, 'lib64', py_version)
and run.
- Then re-follow the first few steps in guide on installing Trac, up to and including the easy_install of Trac, found here
- Now rename the library in the home folder from lib to lib64
All should now be working!