*** wjohnsto has joined #schooltool | 00:28 | |
wjohnsto | pcardune: ayt? | 00:28 |
---|---|---|
pcardune | wjohnsto: yes | 00:28 |
wjohnsto | hey | 00:28 |
wjohnsto | Brittney and I have made a great deal of progress lately | 00:29 |
pcardune | that's great | 00:29 |
wjohnsto | we were successfully able to parse all the schools into their corresponding School Containers today | 00:30 |
pcardune | what have you accomplished? | 00:30 |
pcardune | awesome | 00:30 |
wjohnsto | so it seems as though it is just a matter of parsing the rest of the xml document | 00:30 |
wjohnsto | which, we have to learn a little more about how that works before we can do it | 00:30 |
wjohnsto | pcardune: I did have one question though | 00:32 |
pcardune | yeah? | 00:32 |
wjohnsto | Will Dickerson was able to guide us a little in parsing the schools | 00:32 |
wjohnsto | which were the first branch in the xml document | 00:32 |
wjohnsto | however, I am unsure of how I can get/read the other branches | 00:33 |
wjohnsto | the first branch was relatively easy, it had a label | 00:34 |
wjohnsto | "education centers" around it | 00:34 |
pcardune | Unfortunately, I myself have never done XML parsing in python (only javascript) so I'm not sure how much I can help | 00:34 |
wjohnsto | ok | 00:34 |
pcardune | is there a place where I can look at the xml file in question? | 00:34 |
wjohnsto | yeah | 00:34 |
wjohnsto | it's in my BZR repository | 00:34 |
wjohnsto | http://maddog.yhspatriot.net/~wjohnsto/sepg | 00:35 |
wjohnsto | I think | 00:35 |
wjohnsto | http://maddog.yhspatriot.net/~wjohnsto/sepg/roster.xml | 00:35 |
wjohnsto | there, that's the direct link | 00:35 |
pcardune | wjohnsto: don't the other branches just have "division" tags? | 00:36 |
wjohnsto | I was thinking that perhaps to make things easier, right now there is a large "education_centers" branch, and 3 more "division" branches | 00:36 |
wjohnsto | yeah | 00:36 |
wjohnsto | but if I edited the xml to have a branch called "divisions" around the "division" branches | 00:37 |
wjohnsto | would it make things at all easier? | 00:37 |
pcardune | I don't think so | 00:37 |
wjohnsto | ok | 00:38 |
pcardune | is there no way to get all the division tags? | 00:38 |
wjohnsto | there probably is... I have to read up on it | 00:38 |
wjohnsto | the division branches are a whole lot more complex than the school branches | 00:38 |
wjohnsto | **education_centers branch | 00:39 |
wjohnsto | I was thinking it might make my program more readable if I added the "divisions" branch | 00:40 |
wjohnsto | because then it would looke almost exactly like the way I parsed the education_centers | 00:41 |
wjohnsto | what do you think pcardune | 00:41 |
wjohnsto | ? | 00:41 |
pcardune | I think you should just read up on the lxml documentation | 00:42 |
wjohnsto | ok ;) | 00:42 |
wjohnsto | thanks | 00:43 |
pcardune | wjohnsto: you want tree.findall('division') | 00:44 |
wjohnsto | possibly | 00:45 |
wjohnsto | I got this site http://codespeak.net/lxml/ | 00:45 |
wjohnsto | that has a few links, I'm searching around in there | 00:45 |
wjohnsto | I'll give that a try and see if it works | 00:46 |
pcardune | wjohnsto: this should get you started: http://effbot.org/zone/element.htm | 00:47 |
wjohnsto | ok, thanks pcardune | 00:50 |
*** eldar has joined #schooltool | 01:20 | |
eldar | Lumiere, hey are you there? | 01:27 |
*** alga has joined #SchoolTool | 01:30 | |
eldar | ignas, hey, how are you? | 01:36 |
ignas | hi | 01:37 |
ignas | quite well, thank you :) | 01:37 |
eldar | i'm having some issues with trying to build cando/schooltool on feisty, 32-bit | 01:38 |
eldar | RuntimeWarning: Python C API version mismatch for module _zope_i18nmessageid_message: This Python has API version 1012, module _zope_i18nmessageid_message has version 1013. | 01:38 |
eldar | does that mean anything to you, from what I'm guessing I have the wrong C compiler? | 01:38 |
ignas | hmm | 01:39 |
ignas | interesting | 01:39 |
ignas | is it a clean install? | 01:39 |
ignas | and is your python custom build on edgy? | 01:39 |
eldar | yeah, clean install, the compiler came with build-essential, i put python2.4 option into the make files | 01:39 |
ignas | while your gcc now is a feisty one | 01:39 |
eldar | no, this is a fresh feisty install from cd, it builds fine but when i run schooltool-sever.py it dies | 01:40 |
eldar | server* | 01:41 |
eldar | do you have any ideas? | 01:42 |
ignas | do "ls | grep i18nmessageid" in eggs directory | 01:42 |
eldar | nothing | 01:43 |
ignas | hmm? | 01:43 |
eldar | grep finds nothing | 01:43 |
eldar | all i have in eggs are: | 01:44 |
eldar | easy-install.pth schooltool.egg-link site.py site.pyc | 01:44 |
ignas | hmm | 01:45 |
ignas | you should talk to jinty to set up a cando buildbot ;) | 01:45 |
eldar | haha, alright, thanks | 01:46 |
ignas | hmm | 01:46 |
ignas | cando/schooltool - isn't it trunk? | 01:46 |
ignas | could you | 01:46 |
ignas | lisppaste5: url | 01:46 |
ignas | lisppaste5: url | 01:46 |
lisppaste5 | To use the lisppaste bot, visit http://paste.lisp.org/new/schooltool and enter your paste. | 01:46 |
ignas | the output of your "make run"? | 01:47 |
lisppaste5 | eldar pasted "feisty madness" at http://paste.lisp.org/display/41734 | 01:49 |
*** gpaci has quit IRC | 01:50 | |
ignas | svn info please ;) | 01:50 |
eldar | Path: . | 01:51 |
eldar | URL: http://source.schooltool.org/svn/branches/schooltool-resource-booking | 01:51 |
eldar | Repository Root: http://source.schooltool.org/svn | 01:51 |
eldar | Repository UUID: dad8973a-47c6-0310-98b4-a7a43f191050 | 01:51 |
eldar | Revision: 6959 | 01:51 |
eldar | Node Kind: directory | 01:51 |
eldar | Schedule: normal | 01:51 |
eldar | Last Changed Author: ignas | 01:51 |
eldar | Last Changed Rev: 6885 | 01:51 |
eldar | Last Changed Date: 2007-04-23 11:42:04 -0400 (Mon, 23 Apr 2007) | 01:51 |
ignas | ouch | 01:51 |
ignas | resource-booking branch | 01:51 |
ignas | you should switch to trunk | 01:51 |
ignas | that branch is not being used anymore, and anything that was on it was merged to trunk | 01:52 |
eldar | hmm so cando trunk makefile is broken | 01:53 |
ignas | really? how? | 01:54 |
eldar | well, i checked out cando trunk | 01:55 |
eldar | and ran make | 01:55 |
eldar | and it checked out that | 01:55 |
ignas | oh | 01:55 |
eldar | instead of schooltool trunk | 01:55 |
ignas | well - now that you know the problem is ... | 01:55 |
eldar | yup | 01:55 |
ignas | by the way - Congratulations with SC2 :D | 01:56 |
eldar | Hahaha, thank you, same to you | 01:56 |
eldar | when do you think it's gonne come out | 01:56 |
ignas | as always - late ;) | 01:58 |
eldar | very true, they put the same estimated release date as for startcraft ghost | 01:59 |
ignas | ok, g2g sleep, it's a bit late in here ;) | 02:01 |
ignas | bye | 02:01 |
*** ignas has quit IRC | 02:01 | |
*** pcardune has quit IRC | 02:10 | |
*** gpaci has joined #schooltool | 03:16 | |
*** wrobel has quit IRC | 03:39 | |
*** alga has quit IRC | 04:10 | |
*** wjohnsto has quit IRC | 05:07 | |
*** pcardune has joined #schooltool | 05:16 | |
*** eldar has quit IRC | 05:54 | |
*** pcardune has quit IRC | 08:57 | |
*** wrobel has joined #schooltool | 09:34 | |
*** jfroche has joined #schooltool | 10:44 | |
*** ignas has joined #schooltool | 11:12 | |
*** thisfred has joined #schooltool | 11:57 | |
*** jfroche_ has joined #schooltool | 13:00 | |
*** jfroche has quit IRC | 13:04 | |
*** gpaci has quit IRC | 13:35 | |
*** alga has joined #SchoolTool | 14:39 | |
*** mgedmin has joined #schooltool | 15:01 | |
*** Newfie has joined #schooltool | 16:05 | |
*** gpaci has joined #schooltool | 17:04 | |
*** gpaci has quit IRC | 17:05 | |
*** ignas has quit IRC | 17:06 | |
*** gpaci has joined #schooltool | 17:07 | |
*** gpaci has quit IRC | 17:08 | |
*** gpaci has joined #schooltool | 17:54 | |
*** thisfred has quit IRC | 17:55 | |
*** pcardune has joined #schooltool | 18:10 | |
*** wdickers has joined #schooltool | 18:19 | |
Lumiere | hi all | 18:22 |
*** wdickers has quit IRC | 18:40 | |
*** alga has quit IRC | 19:17 | |
*** gpaci has quit IRC | 20:00 | |
*** Newfie has quit IRC | 20:10 | |
*** gpaci has joined #schooltool | 20:39 | |
*** Newfie has joined #schooltool | 21:00 | |
*** mgedmin has quit IRC | 21:11 | |
*** jelkner has joined #schooltool | 21:22 | |
gpaci | jelkner! | 21:22 |
jelkner | gpaci! | 21:22 |
gpaci | Read your email. Good plan. | 21:23 |
gpaci | How do you pronounce "Stephan"? | 21:23 |
jelkner | i think like steven | 21:23 |
gpaci | Does he IRC? | 21:23 |
jelkner | when he is here, he calls himself "theminky" | 21:24 |
jelkner | or something to that effect | 21:25 |
jelkner | i'm still sharpening my wet noodle to use on them | 21:26 |
jelkner | and we can only spare 2 lore folks for the duration of the summer | 21:26 |
jelkner | so 1 of them will need to move | 21:26 |
* gpaci understands. | 21:26 | |
jelkner | but we can figure that out in late july | 21:27 |
jelkner | oops, june! | 21:27 |
jelkner | or *early* july ;-) | 21:27 |
gpaci | 033 614 625 035 | 21:27 |
jelkner | ? | 21:27 |
gpaci | It's a puzzle. Want the answer? | 21:28 |
jelkner | hold on... | 21:28 |
jelkner | i'm asking robbie if he can figure it out? | 21:28 |
gpaci | The spaces don't mean anything. | 21:28 |
*** wrobel has quit IRC | 21:28 | |
jelkner | gpaci: check out this: http://carduner.net:9090/++skin++ZContact/zcontact | 21:29 |
gpaci | The previous one is 622 503 514 624 | 21:30 |
jelkner | you've shown me this before, and i *still* don't get it :-( | 21:32 |
jelkner | puzzles puzzle me | 21:32 |
gpaci | Neat! But Search turns up everyone for "paci". | 21:32 |
jelkner | he just got started | 21:33 |
jelkner | he is doing a summer of code | 21:33 |
jelkner | adding more ajax support to zope 3 | 21:33 |
jelkner | so he was just showing off the ui stuff at this point | 21:33 |
jelkner | more will come soon | 21:33 |
gpaci | I figured Zope was involved somehow. | 21:35 |
jelkner | but of course! | 21:35 |
gpaci | Check our chat window for the answer. | 21:35 |
gpaci | As in "Google Summer of Code"? | 21:35 |
jelkner | yup | 21:36 |
jelkner | i *still* don't get it (sad, elkner, sad) | 21:36 |
*** rjelliso has joined #schooltool | 21:37 | |
* rjelliso heard promise of a puzzle. | 21:37 | |
jelkner | ok, george, give it to robbie | 21:37 |
jelkner | george: i gotta run | 22:09 |
jelkner | gpaci: i mean, george, i gotta run | 22:10 |
*** jelkner has quit IRC | 22:11 | |
*** Newfie has quit IRC | 22:17 | |
*** rjelliso has quit IRC | 22:27 | |
*** jfroche__ has joined #schooltool | 23:34 | |
*** jfroche_ has quit IRC | 23:49 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!