Thanks for your answer, now it is working just fine!
On Mar 27, 11:55 am, Thomas Moschny <[email protected]> wrote:
> 2009/3/27 sunny063 <[email protected]>:
>
> > I tried to execute "easy_install TracNav==dev" but then I end up with:
> > "error: Unexpected HTML page found at
> >http://svn.ipd.uka.de/repos/javaparty/JP/trac/plugins/tracnav-0.11#eg..."
>
> > Is this URL wrong?
>
> No, it is perfectly right, but your setuptools is too old. It can't
> deal with newer subversion servers.
>
> So, do this instead:
>
> cd /tmp
> svn cohttp://svn.ipd.uka.de/repos/javaparty/JP/trac/plugins/tracnav-0.11
> cd tracnav-0.11
> easy_install .
>
> > On the other hand I figured out that when I call TracNav() (whitout a
> > paramter) it will show the page called TOC, so at least one index is
> > working now...
>
> Yes the problem is the code parsing the macro's arguments.
>
> --
> Thomas Moschny <[email protected]>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---