| *** wbrady__ has joined #schooltool | 00:14 | |
| *** wbrady_ has quit IRC | 00:16 | |
| *** wbrady__ has quit IRC | 00:36 | |
| *** didymo has joined #schooltool | 01:08 | |
| fsufitch | Lumiere, aelkner, i finally got cando instance working | 02:37 |
|---|---|---|
| fsufitch | contacting ccarey now | 02:37 |
| aelkner | excellent! | 02:37 |
| fsufitch | all i had to do is to run "make ubuntu-environment" which installed a bunch of packages | 02:38 |
| fsufitch | all of which were REALLY slow downloads | 02:38 |
| fsufitch | aelkner: chris isn't answering neither home or cell phone | 02:40 |
| fsufitch | and he's not online | 02:40 |
| fsufitch | perhaps he's away ;) | 02:40 |
| fsufitch | should i leave a message, or is that sort of pointless | 02:40 |
| aelkner | do email him | 02:41 |
| fsufitch | okay | 02:41 |
| aelkner | include a detailed explanation of what i told you earlier today | 02:41 |
| fsufitch | ... may i ask why the cando instance comes with its own binary of python? | 02:41 |
| fsufitch | that's rather bizarre | 02:41 |
| fsufitch | and i will | 02:42 |
| aelkner | it's like the eggs | 02:42 |
| aelkner | it insures we use the version of python we want | 02:42 |
| aelkner | rather than worrying about what's on the user's system | 02:42 |
| fsufitch | cool | 02:46 |
| fsufitch | aelkner: but doesn't that mean extra bulk in install space? | 02:46 |
| aelkner | ignas is yhe | 02:47 |
| aelkner | the one to have that discussion with | 02:47 |
| fsufitch | ah | 02:47 |
| fsufitch | okay :) | 02:47 |
| aelkner | fsufitch: cc me on any emails to ccarey | 02:53 |
| fsufitch | kk | 02:54 |
| fsufitch | aelkner: sent it, and cc'd u | 03:50 |
| aelkner | thanks | 03:51 |
| *** tdoggette has quit IRC | 05:59 | |
| *** tdoggette has joined #schooltool | 11:33 | |
| *** didymo has quit IRC | 14:39 | |
| *** tdoggette has quit IRC | 14:39 | |
| th1a | I'm completely baffled now about how this CanDo checkout is supposed to work. | 16:34 |
| *** wbrady has joined #schooltool | 16:36 | |
| *** Zied has joined #schooltool | 16:46 | |
| *** mgedmin has joined #schooltool | 16:56 | |
| *** fsufitch has quit IRC | 17:02 | |
| *** Zied has quit IRC | 17:37 | |
| *** fsufitch has joined #schooltool | 18:34 | |
| fsufitch | th1a: ping | 18:34 |
| fsufitch | i got the checkout working | 18:35 |
| fsufitch | how i did it is: | 18:35 |
| fsufitch | svn co https://svn.schooltool.org/cando/branches/cando-buildout-integration cando/ | 18:35 |
| fsufitch | cd cando | 18:35 |
| fsufitch | sudo make ubuntu-environment | 18:35 |
| fsufitch | make run | 18:35 |
| fsufitch | the ubuntu-environment command installs the required packages; make run makes it run; that's pretty much all there is to it | 18:36 |
| fsufitch | and fyi, i'm running ubuntu hardy, so i dont know how it would work with other distros... | 18:36 |
| fsufitch | i'll bbl, i'm going out for a bike ride | 18:36 |
| th1a | aelkner: ayt? | 18:43 |
| aelkner | i'm here | 18:59 |
| aelkner | th1a: what's up | 19:00 |
| th1a | After quite a bit of farting around, I'm back at that same error I had yesterday. Want to see the whole thing? | 19:01 |
| aelkner | did you follow the instructions that filip posted? | 19:02 |
| th1a | Yes. | 19:02 |
| aelkner | did you start from scratch | 19:02 |
| *** fsufitch has quit IRC | 19:02 | |
| lisppaste5 | th1a pasted "cando bug bug" at http://paste.lisp.org/display/62767 | 19:02 |
| th1a | Yes. | 19:03 |
| th1a | Shouldn't this be installing its own schooltool, though? | 19:03 |
| aelkner | yes, it should be getting the latest schooltool egg | 19:04 |
| aelkner | does bugs.gif exist in the egg? | 19:05 |
| th1a | Where should the eggs be? | 19:06 |
| aelkner | the eggs directory is located in the same directory as the buildout.cfg | 19:07 |
| th1a | What is it called? | 19:08 |
| aelkner | do this: ls -ld eggs/schooltool* | 19:10 |
| th1a | Well, given that I don't have an eggs directory (which is apparently part of the problem), that's not going to do much. | 19:11 |
| th1a | I'll just bump this up to ignas. | 19:11 |
| aelkner | th1a: are you sure you followed filip's instructions above? | 19:12 |
| th1a | Dude, there aren't that many instructions. | 19:13 |
| th1a | There is something wacky about my setup. | 19:13 |
| aelkner | i'm surprised that make command didn't create an eggs directory | 19:13 |
| aelkner | i guess there is | 19:13 |
| th1a | Yes, it is surprising. | 19:13 |
| aelkner | ignas would be able to explain it i'm sure | 19:14 |
| th1a | Yes. | 19:15 |
| mgedmin | th1a: you apparently have the eggs directory in your home | 19:15 |
| mgedmin | ~/.buildout/eggs/ | 19:16 |
| th1a | hm... | 19:16 |
| mgedmin | if the filenames in the traceback can be trusted | 19:16 |
| th1a | Oh, right. | 19:16 |
| mgedmin | the /tmp-xJXTO/ bit doesn't look very permanent... | 19:16 |
| th1a | OK, let me try something... | 19:17 |
| aelkner | you can get rid of the tmp stuff by dong this in the eggs dir: | 19:18 |
| aelkner | find . -name '*.pyc' | xargs rm | 19:18 |
| th1a | I just changed the buildout cfg to put them in the cando directory. | 19:19 |
| aelkner | i guess filip didn't have to do that cause he didn't yet have a .buildout dir in his home | 19:22 |
| th1a | Well, it is still a clusterfuck. | 19:34 |
| th1a | Er... tests don't pass but it runs. | 19:35 |
| aelkner | tests won't pass for now | 19:41 |
| aelkner | it's not a working app, really | 19:41 |
| aelkner | the changes we made to the comps g=broke the gradebook | 19:41 |
| aelkner | but that's what i'm gong to develop at the sprint, the new gradebook | 19:41 |
| *** tdoggette has joined #schooltool | 19:47 | |
| th1a | I don't think I can work on this without 45 seconds out of every minute being devoted into thinking about starting over from scratch. | 19:49 |
| th1a | So I'm going to go back to writing documentation. | 19:49 |
| aelkner | th1a: i think that's a good idea, better to revisit the subject after our sprint is over next week | 20:01 |
| *** wbrady has quit IRC | 20:09 | |
| *** fsufitch has joined #schooltool | 21:12 | |
| fsufitch | aelkner: ping | 21:15 |
| aelkner | hey filip | 21:15 |
| fsufitch | hello | 21:15 |
| aelkner | i see ccarey has not responded | 21:15 |
| fsufitch | i'm back and getting started | 21:15 |
| fsufitch | nope, he hasn't :-/ | 21:15 |
| aelkner | have you tried his cell lately | 21:15 |
| fsufitch | let me check again though | 21:15 |
| fsufitch | nope he hasnt | 21:16 |
| fsufitch | no i havent | 21:16 |
| fsufitch | i'll try it | 21:16 |
| fsufitch | noope, his cell is off | 21:17 |
| aelkner | darn, where is he? | 21:17 |
| fsufitch | no idea | 21:17 |
| aelkner | hwo about his home, any answer | 21:17 |
| fsufitch | i'll try | 21:18 |
| fsufitch | nope | 21:19 |
| aelkner | it looks like they're on vacation | 21:19 |
| fsufitch | yup | 21:19 |
| fsufitch | that sort of sucks | 21:19 |
| aelkner | it does indeed | 21:20 |
| aelkner | i think we just have to go it without him for now and keep trying to reach him | 21:20 |
| aelkner | so could you do as i suggested in the email | 21:20 |
| aelkner | reading the README and all that | 21:20 |
| aelkner | the more you absorb, the more you can explain to ccraey when he comes on board | 21:21 |
| fsufitch | allrighty | 21:21 |
| fsufitch | that works :) | 21:21 |
| aelkner | it's cheating on his part :) | 21:21 |
| fsufitch | i know | 21:22 |
| fsufitch | but watev | 21:22 |
| fsufitch | the other stuff i'd be doing is bored programming anyways | 21:22 |
| fsufitch | or gaming | 21:22 |
| fsufitch | so i'd rather be productive | 21:22 |
| aelkner | fsufitch: after you read that README and look at the code that it tests, you will be very advanced in the subject of comps | 21:37 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!