On Mon, 2009-10-12 at 11:32 -0500, Olemis Lang wrote:
> Please try this one ... :
>
> in tracgviz/__init__.py file you'll find code like the one shown
> below. Please remove the comment before `raise` statement, and try
> again.
>
> Since you get nothing but TracGVizSystem then that means that
> `XmlRpcPlugin` is missing and also that you skipped that part when you
> installed the plugin (and that's documented [1]_ ;o)
>
> Is this the case ?
After the edit, when I run:
python setup.py install
I get:
Traceback (most recent call last):
File "setup.py", line 22, in <module>
from __init__ import __doc__ as DESC
File "/root/TracThingWeHaveAdded/TracGViz-1.3.4/__init__.py", line 40,
in <module>
from rpc import *
File "/root/TracThingWeHaveAdded/TracGViz-1.3.4/rpc.py", line 44, in
<module>
from tracrpc.api import IXMLRPCHandler
ImportError: No module named tracrpc.api
I am off to [1] to see what I missed. I thought
easy_install TracGViz
picked up all dependencies. Perhaps not.
> .. [1] Trac integration with Google Visualization API
>
> (https://opensvn.csie.org/traccgi/swlcu/wiki/En/Devel/TracGViz#Dependencies)
>
> --
> Regards,
>
> Olemis.
>
> Blog ES: http://simelo-es.blogspot.com/
> Blog EN: http://simelo-en.blogspot.com/
>
> Featured article:
>
> >
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---