I'm trying to install the XML-RPC Plugin but get to execute the phyton
easy_install commands. It complains with "Couldn't find a setup script
in /tmp/easy_install-Qz6P4m/trunk" every attempt, even do I can see the
URL from the browser
Is there a place from where I could just download the egg (which I
assume is like a binary to phyton) and copy it in my projects folder and
it just works?
My trac installation is a 0.11.5 with apache2 and phyton 2.6
Thanks in advance
IP
"Clausula de Confidencialidad: La información contenida en el presente mensaje es confidencial, está dirigida
exclusivamente a su destinatario y no puede ser vinculante. El Servicio de Rentas Internas no se
responsabiliza por su uso y deja expresa constancia que en los registros de la Institución consta la
información originalmente enviada. Este mensaje está protegido por la Ley de Propiedad Intelectual, Ley de
Comercio Electrónico, Firmas y Mensajes de datos, reglamentos y acuerdos internacionales relacionados. Si
usted no es el destinatario de este mensaje, recomendamos su eliminación inmediata. La distribución o copia
del mismo, está prohibida y será sancionada de acuerdo al Código Penal y demás normas aplicables. La
transmisión de información por correo electrónico, no garantiza que la misma sea segura o esté libre de error,
por consiguiente, se recomienda su verificación.Toda solicitud de información requerida de manera oficial al
SRI debe ser ingresada por Secretaría General y dirigida a la máxima autoridad de la Institución, conforme a
la Ley y demás normas vigentes."
Pazmiño Mazón, Iván Andrés wrote:
>
> Is there a place from where I could just download the egg (which I
> assume is like a binary to phyton) and copy it in my projects folder and
> it just works?
>
Please read through [1] and see if that answers your questions.
[1] http://trac.edgewall.org/wiki/TracPlugins
--
View this message in context: http://old.nabble.com/Install-XML-RPC-Plugin-tp32152225p32154420.html
Sent from the Trac Users mailing list archive at Nabble.com.
Thanks for your reply.
I've got the egg file into python2.6/dist-packages folder and nabled it in trac.ini and restarted
but when I try to give a user the permission for the plugin it complains it doesnt exist
XML_RPC IS NOT A valid action
What might be missing?
Iván Pazmiño - iapa...@gmail.com
El 28/07/2011 2:44, "Ryan J Ollos" <ry...@physiosonics.com> escribió:
Pazmiño Mazón, Iván Andrés wrote:
>
> Is there a place from where I could just download the egg ...
Please read through [1] and see if that answers your questions.
[1] http://trac.edgewall.org/wiki/TracPlugins
--
View this message in context: http://old.nabble.com/Install-XML-RPC-Plugin-tp32152225p32154420.html
Sent from the Trac Users mailing list archive at Nabble.com.
--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
T...
Ivan Pazmiño wrote:
>
> Thanks for your reply.
> I've got the egg file into python2.6/dist-packages folder and nabled it in
> trac.ini and restarted
>
> but when I try to give a user the permission for the plugin it complains
> it
> doesnt exist
> XML_RPC IS NOT A valid action
>
> What might be missing?
>
It sounds like the plugin is not being loaded. Assuming the egg is installed
and configured to load correctly, then there is probably an error when
starting Trac. You'll want to set the log level to debug and look for error
messages when starting Trac. See [1] for more details.
[1] http://trac.edgewall.org/wiki/TracLogging
--
View this message in context: http://old.nabble.com/Install-XML-RPC-Plugin-tp32152225p32190198.html
--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-...@googlegroups.com.
To unsubscribe from this group, send email to trac-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
Ivan Pazmiño wrote:
>
> The log says the plugin is found but can't load
>
> 2011-08-04 09:24:08,083 Trac[loader] DEBUG: Adding plugin setuptools
> 0.6c11
> from /usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg
> 2011-08-04 09:24:08,084 Trac[loader] DEBUG: Adding plugin TracXMLRPC 1.1.2
> from /usr/local/lib/python2.6/dist-packages/TracXMLRPC-1.1.2-py2.6.egg
> 2011-08-04 09:24:08,087 Trac[loader] DEBUG: Loading TracXMLRPC from
> /usr/local/lib/python2.6/dist-packages/TracXMLRPC-1.1.2-py2.6.egg
> ...
>
> [components]
> tracrpc.* = enabled
>
> I mean, is tracrpc the correct name for the plugin?
>
>
It looks like you have enabled it correctly, and it is trying to load the
plugin, so perhaps there is some problem with the egg? I'm not sure ...
maybe someone else will have a good idea of what is going on.
I always install my plugins like this:
1. Checkout the source from SVN
2. cd to xmlrpcplugin/trunk
3. python setup.py install
Maybe try that since it sounds like you've been having a problem with
easy_install.
--
View this message in context: http://old.nabble.com/Install-XML-RPC-Plugin-tp32152225p32196281.html
Regards,
IP
--
View this message in context: http://old.nabble.com/Install-XML-RPC-Plugin-tp32152225p32202573.html
iapazmino wrote:
>
> Thanks a lot.
> I bet you already have the plugin installed, would you mind sharing the
> .egg file?
>
> Regards,
> IP
>
Sure, I've built the egg for Python 2.6. Just let me know a place I can drop
it (FTP site or email address).
--
View this message in context: http://old.nabble.com/Install-XML-RPC-Plugin-tp32152225p32204380.html
Iapa...@gmail.com
Thank you very much
Iván Pazmiño - iapa...@gmail.com
El 05/08/2011 13:07, "Ryan J Ollos" <ry...@physiosonics.com> escribió:
iapazmino wrote:
>
> Thanks a lot.
> I bet you already have the plugin installed, would you mind...
Sure, I've built the egg for Python 2.6. Just let me know a place I can drop
it (FTP site or email address).
--
View this message in context: http://old.nabble.com/Install-XML-RPC-Plugin-tp32152225p32204380.html
Sent from the Trac Users mailing list archive at Nabble.com.
--
You received this message because ...
Trac[perm] INFO: Granted permission for XML_RPC to iapazmino
> You received this message because you are subscribed to the Google Groups
> "Trac Users" group.
> To post to this group, send email to trac-...@googlegroups.com.
> To unsubscribe from this group, send email to
> trac-users+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/trac-users?hl=en.
>
>
>
--
View this message in context: http://old.nabble.com/Install-XML-RPC-Plugin-tp32152225p32219687.html