PMXBOT Log file Viewer

Help | Karma | Search:

#buildout logs for Monday the 6th of May, 2013

(Back to #buildout overview) (Back to channel listing) (Animate logs)
[19:14:52] <jits> hi guys .. I am looking for a basic buildout script for pyramid .. please help. Thanks.
[19:22:33] <aclark> jits: parts = pyramid [pyramid] recipe = zc.recipe.egg
[19:23:48] <jits> aclark: thanks . . let me try and decrypt that :-)
[19:26:37] <aclark> jits: heh sorry, https://gist.github.com/aclark4life/5527452
[19:27:04] <jits> hehe .. how can it be that small :-P
[19:27:45] <aclark> jits: that's just the basics that should install pyramid
[19:29:19] <jits> if i follow this http://www.buildout.org/install.html .. where do I use this?
[19:32:39] <aclark> jits: revised: https://gist.github.com/aclark4life/5527452
[19:35:52] <jits> "[buildout] parts = pyramid [pyramid] recipe = zc.recipe.egg" :-(
[19:37:29] <jits> sorry
[19:37:57] <jits> "zc.buildout 2 needs distribute, not setuptools." @ aclark
[19:49:17] <jits> got it to work .. now need to figure out what i want to do with it :-)
[19:49:51] <jits> thanks aclark
[20:10:36] <aclark> jits: cool np
[20:11:06] <jits> later found this .. https://github.com/svx/pyramid-buildout .. just what i did .. should be documented somewhere