Pyogp/Design Decisions

From Second Life Wiki
Jump to navigation Jump to search

ZCA

There is no ZCA in pyogp

Buildout

It is being considered whether we want to do away with buildout. Perhaps some day we shall, but it works, and there is no urgency.

Arguments

  1. Setting up path – we can use buildout to setup our path automatically for development. Without buildout, we would have to set the path ourselves, which would be difficult because of the dependencies and the relation to the system we are on.
  2. Setting up the environment – can use buildout to automatically fetch the dependencies we rely upon (downloading eggs, getting svn projects, etc)