[20:44:46] <cob> I've dug around extensively, for the past 3 days I've been tinkering with zc.buildout, and I'm afraid I'll have to scrap it if I can't get it to work
[20:57:18] <J1m> cob, I'm not familiar with mr.develop.
[20:57:49] <J1m> normally, you list some directories in the buildout develop option, which gets them built.
[20:58:23] <J1m> Then you *also* need to list the projects in the eggs options (or in dependencies) of scripts you're building.
[21:06:20] <cob> okay, I managed to get the import going, thanks.
[21:08:40] <cob> explicit, everything must be explicit I'm guessing... wonder what mr.developer's activate and deactivate is used for
[21:11:38] <hannosch> cob: mr.developer de/activate only takes effect after you run bin/buildout or bin/develop rb again
[21:14:36] <hannosch> you either use a release of a package or a local development version
[21:15:31] <cob> oh I see, meaning it would switch the path buildout generates between a packed egg or an develop one
[21:15:42] <hannosch> mr.developer is mainly useful if you use released versions of some packages most of the time, but then once in a while you want a source checkout of them for a bit
[21:16:18] <cob> yes, I'm trying to organize an old site into repo, and another bit of code that I want to contribute to, along with my own site
[21:16:22] <hannosch> yep. and since you tell it where to find the source code of a package, you can run bin/develop checkout <somename>
[21:17:59] <cob> oh man, I spent hours searching for some info on that... either i missed it or it's just not there
[21:28:35] <hannosch> yeah. ubuntu uses Python itself for many OS tasks. so the system Python has a whole lot of stuff installed and is configured in special ways
[21:29:43] <cob> i'm just trying to make it easy for the other 10 guys that could work on this
[21:30:26] <cob> I'm wondering how many will try to use windows
[21:31:00] <hannosch> most of this should work on Windows. it's not tested as well, but in general it should all work
[21:36:22] <cob> do you do anything on AWS? I'm still thinking about my custom load balancer
[21:36:46] <cob> for monitoring load and firing up instances and shutting them down
[21:39:00] <cob> I'd probably prefer using rackspace, but that's not up to me
[21:40:38] <hannosch> I'm luckily just deferring all hosting stuff to our ops and infrastructure teams these days :)
[21:47:27] <cob> i'm on evil devops, I wish I could push this off to someone else, but there are few people who can understand this stuff these days... I even only half understand