Difference between revisions of "Pyogp/Design Decisions"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 13: Line 13:


[[Category:Pyogp]]
[[Category:Pyogp]]
[[Category:Pyogp_Kitchen_Sink]]

Latest revision as of 16:28, 28 April 2009

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)