PMXBOT Log file Viewer

Help | Karma | Search:

#buildout logs for Tuesday the 12th of March, 2013

(Back to #buildout overview) (Back to channel listing) (Animate logs)
[12:12:20] <mgedmin> I wish bootstrap.py had a __version__ = '...' near the top of the file
[12:21:02] <mgedmin> I had no idea there were at least 36 different versions of bootstrap.py!
[12:28:26] <aclark> hah
[12:28:47] <aclark> mgedmin: in theory there is one for each buildout release…
[12:34:12] <mgedmin> it's weird when updating to a newer bootstrap.py changes (c) 2007 to (c) 2006
[18:41:27] <SoftwareMaven> Anybody around familiar with djangorecipe? I want to have two separate django projects, with project2 depending on project1.
[18:42:10] <SoftwareMaven> The goal is to get shared db and util code into its own project. There will be project3 that is not a web app but depends on the db code.
[23:20:09] <aclark> Hmmm, I think I suddenly need buildout to tell me what it sees in sys.path … do I need to make an extension for that?