13

I am trying to grasp a bit more of buildout with this tutorial, but unlike a tutorial, it seems like a cut and paste of presentation slides. I don't have a really clear idea of what the purpose of buildout is, and how it positions itself with scons and setuptools. Would you be so kind to provide details on these issues?

Thanks!

Lance Roberts
  • 21,279
  • 29
  • 106
  • 128
Stefano Borini
  • 125,999
  • 87
  • 277
  • 404

2 Answers2

6

I quite like the Plone Buildout Tutorial.

It gives a reasonable overview of how it all works and the ways in which you can extend a simple buildout file.

Here is the new link to Plone Buildout Tutorial.

Community
  • 1
  • 1
DisplacedAussie
  • 4,228
  • 1
  • 22
  • 21
3

The most useful resource that I found so far are the videos from pycon 2009 on Setuptools, Distutils and Buildout.

Eggs and Buildout Deployment in Python - Part 1

Eggs and Buildout Deployment in Python - Part 2

Eggs and Buildout Deployment in Python - Part 3

Check it out.

Taras Mankovski
  • 1,629
  • 3
  • 15
  • 30
  • 1
    Thanks a lot. Very helpful. The audio is terrible though. I denoised it and uploaded improved versions here: [Part 1](http://vimeo.com/23970946), [Part 2](http://vimeo.com/23976640), [Part 3](http://vimeo.com/24014740). – Sergio May 20 '11 at 16:01