I used pip install from the extracted local copy of the source and it works great. I had the same kind of issues working with the egg with python 2.4 on centos5
gzip -d agilo_source.tar.gz tar -xf agilo_source.tar pip install agilo-0.9.8/ Unpacking ./agilo-0.9.8 Running setup.py egg_info for package from file:///root/agilo-0.9.8 Requirement already satisfied (use --upgrade to upgrade): trac>=0.11,<0.13dev in /usr/lib/python2.4/site-packages (from agilo==0.9.8) Requirement already satisfied (use --upgrade to upgrade): genshi>=0.5.1 in /usr/lib/python2.4/site-packages (from agilo==0.9.8) Requirement already satisfied (use --upgrade to upgrade): simplejson in /usr/lib/python2.4/site-packages/simplejson-2.3.2-py2.4-linux-i686.egg (from agilo==0.9.8) Requirement already satisfied (use --upgrade to upgrade): setuptools>=0.6b1 in /usr/lib/python2.4/site-packages (from trac>=0.11,<0.13dev->agilo==0.9.8) Installing collected packages: agilo Running setup.py install for agilo changing mode of build/scripts-2.4/agilo_svn_hook_commit.py from 644 to 755 changing mode of build/scripts-2.4/agilo_sqlite2pg.py from 644 to 755 changing mode of build/scripts-2.4/create_agilo_project.py from 644 to 755 changing mode of /usr/bin/agilo_svn_hook_commit.py to 755 changing mode of /usr/bin/create_agilo_project.py to 755 changing mode of /usr/bin/agilo_sqlite2pg.py to 755 Successfully installed agilo Cleaning up... HTH, Steve On Thursday, 7 June 2012 01:14:44 UTC-4, Nathan Stone wrote: > > I’ve been trying for some time to get agilo working on my server. I have > trac 0.12.3 running on centos 5, but when I install the agilo egg, the only > things that show up as installed under the “plugin” section of trac are > “AgiloLinks” and “AgiloHelpModule”. > > > > I’ve tried many different ways to get this to work. I started out with > the simplest trac install using the default python 2.4.3 and the agilo pro > egg for python 2.4. I also tried installing from source, installing > python26 and installing from both source and egg. I’ve tried every > possible variation of installing trac and agilo I can think of, but every > time I only have the two components available. > > > > It seems like there must be something I’m missing. If you have any ideas, > I’d really appreciate the help! > > > > Thanks! > > Nate > -- Follow Agilo on Twitter: http://twitter.com/agilofortrac Please support us by reviewing and voting on: http://userstories.com/products/8-agilo-for-scrum http://ohloh.net/p/agilo-trac http://freshmeat.net/projects/agiloforscrum You have received this message because you are subscribed to the "Agilo for Trac" Google Group. This group is focused on supporting Agilo for Trac users and is moderated by Agilo Software GmbH <http://www.agilosoftware.com>. To post to this group, send email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo

