The simplejson dependency problem seems to be resolved by installing it separately using easy_install script, but now we get another error: 2009-09-14 23:09:59,523 Trac[loader] DEBUG: Loading agilo.help.search from c:\program files\visualsvn server\trac\python\lib\site-packages\agilo-0.8.2-py2.5.egg 2009-09-14 23:09:59,533 Trac[loader] ERROR: Skipping "agilo.help.search = agilo.help.search": (can't import "ImportError: No module named agilo.help.search") 2009-09-14 23:09:59,533 Trac[loader] DEBUG: Loading agilo.api.web_ui from c:\program files\visualsvn server\trac\python\lib\site-packages\agilo-0.8.2-py2.5.egg 2009-09-14 23:09:59,543 Trac[loader] ERROR: Skipping "agilo.api.web_ui = agilo.api.web_ui": (can't import "ImportError: No module named agilo.api.web_ui")
On Tue, Sep 8, 2009 at 11:16 PM, Andrea Tomasini < [email protected]> wrote: > > > On 8 Sep, 2009, at 12:39 , Bart Deleye wrote: > > > Hi, > Hi > > > I installed the latest version of agilo using python egg / easyinstall > > (on latest visualsvn + trac). > > easyinstall installed agilo and simplejson sucessfully, however at > > runtime trac cannot resolve the simplejson dependency. > Are you sure that simplejson has been installed in your system site- > packages or that trac has it in its python path? > > > Log entry: > > > > 2009-09-08 12:34:10,907 Trac[loader] DEBUG: Loading agilo.help.search > > from c:\program files\visualsvn server\trac\python\lib\site-packages > > \binary_agilo-1.0.2_pro-py2.5.egg > > 2009-09-08 12:34:10,937 Trac[loader] DEBUG: Skipping > > "agilo.help.search = agilo.help.search": ("DistributionNotFound: > > simplejson" not found) > This means that the trac process can't find it... so either you do not > pass the pythonpath to trac, or something wired is happening. Can you > check the site-packages or the easy-install.pth inside there and see > if simplejson is listed? > > if it is not, just try easy_install simplejson > > > Thanks in advance, > HTH > > > Bart > ANdreaT > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. 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/agilo?hl=en -~----------~----~----~----~------~----~------~--~---

