Hi, I followed the instruction described here http://groups.google.com/group/agilo/browse_thread/thread/4631a1c520ba29b4/062fb395653499d4
The service exists and I can start it. But if I try to start Agilo from browser, the service cannot be found. Regedit: Application = C:\Program Files\Agilo\Scripts\python.exe AppParameters = C:\Program Files\Agilo\Scripts\tracd-script.py --port 8000 C:\Program Files\Agilo\tracenv\test\ For comparison the bat file which starts Agilo usually: @echo off set VIRTUAL_ENV=%CD% set PATH=%VIRTUAL_ENV%\Scripts;%PATH% set PYTHONPATH=%VIRTUAL_ENV% cd %VIRTUAL_ENV%\Scripts python tracd-script.py -s --port 8000 "%VIRTUAL_ENV%\tracenv\test" cd %VIRTUAL_ENV% I can start Agilo with the bat file, but the Service doesn't work. I checked out the directory, it's correct. Can somebody tell me what I'm doing wrong? -- Follow Agilo on Twitter: http://twitter.com/agiloforscrum Please support us by reviewing and voting on: http://userstories.com/products/8-agilo-for-scrum http://ohloh.net/p/agilo-scrum http://freshmeat.net/projects/agiloforscrum You have received this message because you are subscribed to the "Agilo for Scrum" Google Group. This group is focused on supporting Agilo for Scrum users and is moderated by Agilo Software GmbH <http://www.agiloforscrum.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

