Hi!

On 17.01.2012 19:07, Olemis Lang wrote:
{{{
#!sh

$ /path/to/trac0.13/virtualenv/bin/python setup.py install
Traceback (most recent call last):
   File "setup.py", line 4, in<module>
     import svntrac
   File "/path/to/trac0.13/trunk/svntrac/__init__.py", line 16, in<module>
     from svntrac import main
   File "/path/to/trac0.13/trunk/svntrac/svntrac.py", line 26, in<module>
     from util import dict_get_with_default
   File "/path/to/trac0.13/trunk/svntrac/util.py", line 26, in<module>
     from svn import util
ImportError: No module named svn

}}}

Looks like you somehow checked out a *really* old revision there by mistake, not 0.13. Try "svn up" to update. 0.13 should work just fine without Subversion bindings.

--
Peter

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to