I have installed trac 0.12.2 and TracMercurial-0.12.0.28dev_r10621-
py2.6.egg on Windows.

When running tracd everything is fine. However, when running apache
2.2 + mod_wsgi, trac seems to want to import svn.

Please could anyone tell me:
1. Why is trac trying to import svn when run on apache?
2. How I can fix this?

Thanks in advance for any advice. Note, I tried installing svn python
bindings but they also gave import errors so I'd rather just avoid
svn.

Traceback is:

2011-03-03 08:30:40,759 Trac[main] DEBUG: Dispatching <Request "GET '/
wiki'">
2011-03-03 08:30:40,776 Trac[svn_fs] INFO: Failed to load Subversion
bindings
Traceback (most recent call last):
  File "c:\docume~1\tomoak~1\locals~1\temp\easy_install-cas_ve
\Trac-0.12.2-py2.6-win32.egg.tmp\trac\versioncontrol\svn_fs.py", line
267, in __init__
    _import_svn()
  File "c:\docume~1\tomoak~1\locals~1\temp\easy_install-cas_ve
\Trac-0.12.2-py2.6-win32.egg.tmp\trac\versioncontrol\svn_fs.py", line
68, in _import_svn
    from svn import fs, repos, core, delta
ImportError: No module named svn

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Development" 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-dev?hl=en.

Reply via email to