On 22 Jul, 2009, at 18:44 , Elund wrote: Hi Elund,
> Is this a succesfull installation of Agilo? > > easy_install --install-dir=$PYTHONPATH binary_agilo-1.0_PRO_RC2- > py2.4.egg > Creating /home/elund62/bin/site.py > Processing binary_agilo-1.0_PRO_RC2-py2.4.egg > Adding binary-agilo 1.0-PRO-RC2 to easy-install.pth file > Installing create_agilo_project.py script to /home/elund62/bin > Installing agilo_svn_hook_commit.py script to /home/elund62/bin > > Installed /home/elund62/bin/binary_agilo-1.0_PRO_RC2-py2.4.egg > Processing dependencies for binary-agilo==1.0-PRO-RC2 > Searching for simplejson > Reading http://www.python.org/pypi/simplejson/ > Reading http://undefined.org/python/#simplejson > Reading http://www.python.org/pypi/simplejson/2.0.9 > Best match: simplejson 2.0.9 > Downloading > http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.9.tar.gz#md5 > > =af5e67a39ca3408563411d357e6d5e47 > Processing simplejson-2.0.9.tar.gz > Running simplejson-2.0.9/setup.py -q bdist_egg --dist-dir /tmp/ > easy_install-p3Z4NM/simplejson-2.0.9/egg-dist-tmp-MRNmXR > Adding simplejson 2.0.9 to easy-install.pth file > > Installed /home/elund62/bin/simplejson-2.0.9-py2.4-linux-x86_64.egg Looks good to me :-) > Or should I also install my own setuptool for the virtual pythonpath? If it is not available through the system PythonPath, you will have too, yes :-) > Because I cannot see Agilo anywhere in Trac. You have to activate it, but you should see the binary-agilo in the Admin/Plugins at least. The best you can do is enable logging (in DEBUG mode) and activate the components manually in trac.ini: [logging] type = file ... [components] agilo.* = enabled agilo_common.* = enabled agilo_pro.* = enabled You should at least see some complaints in the log file ;-) > Or do I have to wait a while before Agilo gets activated? No you have to download a license from inside Agilo if you want to test the Pro, but the egg should start and show you the application :-) > Best regards, Elund Best 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 -~----------~----~----~----~------~----~------~--~---

