onsdag 7. mars 2012 kl. 19:15:19 UTC+1 skrev Kamil følgende:
>
> The Scenario:
>
> Trac version 11.4
>
> The aim: to connect to the trac from iPad thru tracViewer app.
>
> The tool: the XMLRPC trac plugin has to be installed on the server side.
>
> The problem: how to install the XMLRPC on the server.
>
> The things done:
> 1. virtual python environment has been installed succesfully (in $HOME/env)
>
> [snip] 

>
> (env)[BAT]$ easy_install --install-dir=$PYTHONPATH 
> http://trac-hacks.org/svn/xmlrpcplugin 0.10 # 0.10
> TEST FAILED:  does NOT support .pth files
> error: bad install directory or PYTHONPATH
>
>
You want the 0.11 (= trunk) version for Trac 0.11.4 (for anything 0.11+). 
The version for Trac 0.10.x will no longer work for your more recent 
version. It should look something like:

(env)[BAT]$ easy_install http://trac-hacks.org/svn/xmlrpcplugin/trunk

...which is the URL copied from the plugin documentation that you don't 
seem to be following? Check this:

http://trac-hacks.org/wiki/XmlRpcPlugin#Installation


:::simon

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-users/-/uJUPUJCBqUQJ.
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