PyCon 2005
See the dev list (end of march, beginning of april 2005) for trip reports...
Proposals
Presentations
- A variant of the presentation we originally intended to give: ChandlerPyCon2005.ppt
- The presentation we actually gave, using the sprint example: SprintPyCon2005.ppt
- A similar presentation about the sprint, given to csg (who also did a sprint): csg2005.ppt
I recommend using the csg presentation as a starting point, with a demo of flickr and the amazon wish list parcel, if giving a presentation about Chandler parcels in the 0.6 timeframe. (
KCP)
Sprint
Notes on setting up for sprinting
- ZaoBaoTutorial is a good place to start.
- BuildingChandlerParcels
- You can find a skeleton parcel at chandler/samples/skeleton
- To set up your environment:
- Get a working chandler environment (GettingChandler, BuildingChandlerDesktop)
- shortcut: you'll need these from cygwin: make, curl
- Get an SVN client
- checkout the sprint parcels (see below)
- Set PARCELPATH (if you checked out into a
sprint directory, then set to sprint/chandler)
Sprints
svn repository
svn repository
The Subversion checkout command would be:
svn co http://code-bear.com:4200/repos/chandler --username pycon --password chandler
PyCrust
Inside of
PyCrust?, you can get a reference to the repository view by typing:
v = application.Globals.views[0]