*** alga has quit IRC | 00:36 | |
*** thisfred has quit IRC | 00:55 | |
*** didymo has joined #schooltool | 02:19 | |
*** didymo has quit IRC | 02:26 | |
*** jinty has quit IRC | 03:16 | |
*** wrobel has quit IRC | 03:22 | |
*** vidasp has joined #schooltool | 05:17 | |
*** vidasp has quit IRC | 05:17 | |
*** didymo has joined #schooltool | 05:24 | |
*** didymo has quit IRC | 05:33 | |
*** Bhaskar has joined #schooltool | 05:41 | |
*** Bhaskar has quit IRC | 05:47 | |
*** Bhaskar has joined #schooltool | 05:47 | |
*** vidasp has joined #schooltool | 06:30 | |
Bhaskar | th1a_:hello | 07:10 |
---|---|---|
*** th1a_ is now known as th1a | 07:11 | |
th1a | Hi Bhaskar. | 07:11 |
Bhaskar | th1a: why not svn up is working | 07:12 |
th1a | pcardune sent an email saying he was having a similar problem. | 07:12 |
th1a | I think. | 07:12 |
Bhaskar | th1a: ok | 07:12 |
th1a | I don't believe anyone knows the answer yet. | 07:12 |
Bhaskar | th1a:ok | 07:13 |
Bhaskar | pcardune:have you solve the problem of "svn up" | 07:39 |
Bhaskar | Aiste: i have problem while running "svn up" | 07:45 |
th1a | Bhaskar: DON'T START RANDOMLY ASKING PEOPLE TO SOLVE THIS PROBLEM. | 07:45 |
Bhaskar | th1a:ok sir | 07:46 |
Bhaskar | th1a: i always follow your suggestion | 07:48 |
Bhaskar | th1a:what may be the possible reason? | 08:09 |
th1a | It seems to have to do with changes made in Zope 3. | 08:09 |
th1a | But I'm not sure. | 08:10 |
th1a | Did you read pcardune's email? | 08:10 |
pcardune | yay I'm here | 08:10 |
th1a | Hey. | 08:10 |
th1a | I'm banging my frickin' head against CanDo right now. | 08:10 |
pcardune | in like a good rock n | 08:11 |
pcardune | roll sort of way? | 08:11 |
pcardune | or in an against the wall sort of way | 08:11 |
th1a | Not banging my head with... against. | 08:11 |
th1a | Here's my problem... | 08:11 |
th1a | I need to do comments in addition to competency scores. | 08:12 |
th1a | Just one comment for each section. | 08:12 |
pcardune | oh | 08:12 |
th1a | So I've been just trying to insert a link to a journal. | 08:12 |
th1a | I was very unhappy to discover each journal has to be instantiated first. | 08:12 |
pcardune | ah, yes | 08:13 |
pcardune | this is true | 08:13 |
th1a | Although, to be fair, this is only a problem in my special case. | 08:13 |
pcardune | hold on a sec | 08:13 |
pcardune | although what is your journal link? | 08:16 |
pcardune | because if you go to the url, it will instantiate the journal automatically | 08:16 |
th1a | Well, I don't want to send teachers to the main journal page, just to the add page. | 08:18 |
pcardune | like for adding a journal entry? | 08:19 |
th1a | Yes. | 08:19 |
pcardune | Well that seems like a valid user story | 08:19 |
pcardune | I bet there would be a way to change that in the traverser somehow | 08:20 |
th1a | Still, it is a half-assed way to hack comments in. | 08:20 |
pcardune | But alas, I can't get schooltool running | 08:20 |
th1a | We should deal with comments in a more serious way. | 08:20 |
pcardune | comments for competency evaluations? | 08:20 |
th1a | Yes. | 08:21 |
th1a | Or comments as a type of evaluation. | 08:21 |
pcardune | I believe welsh's philosophy is that comments like that should go into a journal | 08:21 |
pcardune | then you can have all comments as a continuous stream of a students progress, located in the journal | 08:22 |
th1a | Well, OK. That's fine. | 08:22 |
th1a | We just need to integrate it into the gradebook more then. | 08:22 |
pcardune | yes absolutely | 08:22 |
pcardune | that is are big thing to tackle for the next version of CanDo | 08:22 |
th1a | Yay, I got it to work! | 08:22 |
pcardune | among other things like resource management | 08:22 |
th1a | In a scary, hacky kind of way. | 08:22 |
pcardune | how did you manage that? | 08:23 |
th1a | Well, this only has to work once, so I use setup scripts to jigger the various id's and names so the URL's work in consistent ways. | 08:24 |
th1a | The setup scripts make all the journals. | 08:24 |
th1a | And I just guess the url based on the pattern of journal id's. | 08:25 |
th1a | I assume I can turn most of this FCKeditor off in the .js config file in here? | 08:25 |
th1a | I don't need most of this. | 08:25 |
th1a | It would be nice if we had spellcheck, though. | 08:26 |
pcardune | i suppose firefox's spellcheck doesn't work with FCKeditor? | 08:26 |
th1a | My teachers won't be using firefox... | 08:27 |
th1a | Oh. I hope your gradebook isn't going to completely fall to pieces. | 08:27 |
th1a | I'm using the .deb version. | 08:27 |
pcardune | I think it might actually work | 08:27 |
pcardune | are they using IE6 or IE7? | 08:27 |
th1a | There are actually two versions of the gradebook in the code, right. There seems to be an ajaxified one that isn't used? | 08:27 |
th1a | They'll be on IE6, I imagine. | 08:28 |
pcardune | the ajaxified thing is just the "gradebook" for an individual student | 08:30 |
pcardune | the non-ajaxified one is for an entire class | 08:30 |
th1a | Ah. | 08:30 |
th1a | If this doesn't work on their IE's, I'm FCKed, since the computers at school are so locked down. | 08:32 |
th1a | I think I've solved all my hard problems now. | 08:32 |
pcardune | well, getting it to work on IE won't be super difficult | 08:32 |
pcardune | I don't think IE is a show stopper... it's just less pretty | 08:33 |
pcardune | I wish ignas were around | 08:34 |
pcardune | I think he might have some insights into my problems getting schooltool to run | 08:34 |
th1a | One would hope... | 08:35 |
pcardune | Bhaskar, is your problem with the "svn up" command or with a later step like "make" | 08:35 |
Bhaskar | pcardune: problem with "svn up" | 08:36 |
pcardune | Bhaskar, what exactly is the problem? does it start downloading files, but then stop on one and never continue? | 08:36 |
th1a | pcardune: Hm... changing the toolbarsets in fckconfig.js doesn't seem to have any effect. | 08:37 |
pcardune | I haven't played with that hardly at all | 08:37 |
Bhaskar | pcaruune: the error msg:svn: Working copy '.' locked | 08:37 |
Bhaskar | svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) | 08:37 |
pcardune | Bhaskar, try running "svn cleanup" | 08:38 |
pcardune | then running "svn up" again | 08:38 |
Bhaskar | pcardune: the error:svn: 'src/schooltool/locales/ne' is not a working copy directory | 08:39 |
pcardune | th1a, do you want fckeditor at all? | 08:39 |
pcardune | Bhaskar, is that the directory for the Nepalese translation? | 08:39 |
th1a | The one thing I would like is the 'paste from Word' thing, since teachers like to do that. | 08:40 |
th1a | But perhaps it is more trouble than it is worth. | 08:40 |
pcardune | oh | 08:40 |
th1a | It isn't a big deal either way. | 08:41 |
pcardune | th1a, it can be "disabled" by removing a line of javascript from the view_macros.pt file in schooltool/skin/templates/ | 08:41 |
pcardune | or you could just remove the FCKeditor pack import from package includes | 08:42 |
Bhaskar | pcardune:src/schooltool/locales/ne/LC_MESSAGES | 08:42 |
th1a | OK. That's easy enough to fix later. | 08:42 |
pcardune | Bhaskar, what directory are you in when you run "svn up"? | 08:43 |
th1a | pcardune: OK, actually, here's a big problem. | 08:44 |
th1a | Does CanDo actually listen to me when I assign a scoresystem or does it always use the default one? | 08:45 |
th1a | Because it seems to be ignoring what I'm telling it to do programatically. | 08:45 |
pcardune | oh, yeah it always uses the "default one" | 08:45 |
pcardune | but the "default one" can be changed | 08:45 |
pcardune | the point is that all competencies use the same score system universally | 08:46 |
pcardune | so if you click on "Score System" in the navigation menu as an administrator... you can change the defaults | 08:46 |
pcardune | to whatever you want | 08:46 |
th1a | Yeah, but that completely ruins my life, unfortunately. | 08:46 |
Bhaskar | pcardune: schooltool | 08:46 |
th1a | I also need to jam in a couple columns for absences and tardies, which I can't do now. | 08:47 |
th1a | Well, I guess I can, but I have to make my score system go up to 100 or whatever, manually. | 08:47 |
pcardune | th1a, what do you need it to do? | 08:48 |
th1a | Last year I just made an "absence" and "tardy" competency in each class and gave it a 100 point score system. | 08:48 |
th1a | So I could collect that at the same time. | 08:48 |
pcardune | Bhaskar, I think your "svn up" worked fine. the error message is just to let you know that your nepalese translation isn't part of the schooltool repository on the schooltool server (which is not a problem) | 08:49 |
th1a | pcardune: I guess I can hack around this. | 08:49 |
pcardune | well, I suppose that's why schooltool is supposed to have a separate absence and tardy system... | 08:49 |
Bhaskar | pcardune:when "svn up" then no further work proceed , it stops and generate such error | 08:50 |
Bhaskar | pcardune:i can run the schooltool server but i want to update it | 08:52 |
pcardune | hmmm | 08:53 |
pcardune | Bhaskar, try going into the src/schooltool/person directory, and then running "svn up" | 08:54 |
Bhaskar | pcardune:ok | 08:54 |
Bhaskar | pcardune: no such directory | 08:55 |
pcardune | what do you get when you run "pwd" | 08:56 |
pcardune | Bhaskar, what do you get when you run "pwd" | 08:58 |
Bhaskar | pcard:i run:/usr/local/schooltool/schooltool/schooltool/src/schooltool/person# svn up | 08:58 |
Bhaskar | pcardune: result is:At revision 6582. | 08:59 |
pcardune | well that is the latest revision | 08:59 |
pcardune | so you should have all the latest code | 09:00 |
Bhaskar | pcardune:ya | 09:00 |
Bhaskar | pcardune:now i run "make run" command error generate, server can not run | 09:04 |
pcardune | Bhaskar, try running just ./schooltool-server.py | 09:05 |
Bhaskar | pcardune:also again error | 09:06 |
pcardune | what is the error? | 09:06 |
pcardune | (the last couple lines only please) | 09:06 |
Bhaskar | pcardune:Reading configuration from /usr/local/schooltool/schooltool/schooltool/schooltool.conf | 09:07 |
Bhaskar | Traceback (most recent call last): | 09:07 |
Bhaskar | File "schooltool-server.py", line 60, in ? | 09:07 |
Bhaskar | schooltool.app.main.StandaloneServer().main() | 09:07 |
Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/src/schooltool/app/main.py", line 494, in main db = self.setup(options) | 09:07 |
Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/src/schooltool/app/main.py", line 521, in setup | 09:07 |
Bhaskar | self.configure() | 09:07 |
Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/src/schooltool/app/main.py", line 368, in configure | 09:07 |
Bhaskar | context = zope.configuration.xmlconfig.file( | 09:07 |
Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/Zope3/src/zope/configuration/xmlconfig.py", line 579, in file | 09:07 |
Bhaskar | include(context, name, package) | 09:07 |
Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/Zope3/src/zope/configuration/xmlconfig.py", line 515, in include | 09:07 |
Bhaskar | processxmlfile(f, context) | 09:07 |
Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/Zope3/src/zope/configuration/xmlconfig.py", line 370, in processxmlfile | 09:07 |
Bhaskar | parser.parse(src) | 09:07 |
Bhaskar | File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 109, in parse | 09:08 |
Bhaskar | xmlreader.IncrementalParser.parse(self, source) | 09:08 |
Bhaskar | File "/usr/lib/python2.4/site-packages/_xmlplus/sax/xmlreader.py", line 123, in parse | 09:08 |
Bhaskar | self.feed(buffer) | 09:08 |
Bhaskar | File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 216, in feed | 09:08 |
Bhaskar | self._parser.Parse(data, isFinal) | 09:08 |
Bhaskar | File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 364, in end_element_ns self._cont_handler.endElementNS(pair, None) | 09:08 |
pcardune | so much for asking for only the last couple of lines... I should have done that first | 09:08 |
Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/Zope3/src/zope/configuration/xmlconfig.py", line 349, in endElementNS | 09:08 |
Bhaskar | self.context.end() | 09:08 |
Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/Zope3/src/zope/configuration/config.py", line 544, in end | 09:08 |
Bhaskar | self.stack.pop().finish() | 09:08 |
Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/Zope3/src/zope/configuration/config.py", line 692, in finish | 09:08 |
Bhaskar | actions = self.handler(context, **args) | 09:08 |
Bhaskar | File "/u | 09:08 |
Bhaskar | pcardune: sorry,ok | 09:08 |
Bhaskar | pcardune: ZopeXMLConfigurationError: File "/usr/local/schooltool/schooltool/schooltool/src/schooltool/pe rson/browser/configure.zcml", line 17.2-22.8 | 09:09 |
Bhaskar | ImportError: No module named containers | 09:09 |
pcardune | hmmm | 09:12 |
pcardune | I think the best thing for you to try would be starting with a fresh checkout ("svn co") | 09:12 |
th1a | Did this source tree ever work for you Bhaskar? | 09:13 |
Bhaskar | pcardune:ok | 09:13 |
pcardune | if it still doesn't work, send the error message as an *attachment* in an email to schooltool-dev including the steps you took to get there (as in "svn co http://....", "make", "make run" etc.) | 09:13 |
Bhaskar | thla:ya | 09:15 |
Bhaskar | pcardune: i go through "svn co....." but still error in /browse/configure.zmcl.. | 09:29 |
lisppaste5 | Bhaskar pasted "bug while run "make run" command" at http://paste.lisp.org/display/35618 | 09:34 |
*** wrobel has joined #schooltool | 09:38 | |
*** carsten has joined #schooltool | 09:46 | |
carsten | moin | 09:46 |
*** shubacka has joined #schooltool | 09:55 | |
Bhaskar | pcardune:i think error in zope ? so i have "svn up" in zope directory | 09:55 |
*** vidasp has quit IRC | 10:17 | |
*** carsten has quit IRC | 10:21 | |
*** matthewrevell has joined #schooltool | 10:27 | |
*** jfroche has joined #schooltool | 11:16 | |
*** thisfred has joined #schooltool | 11:26 | |
Bhaskar | pcardune: have u get any idea, i have posted bug on http://paste.lisp.org/display/35618 | 11:34 |
*** jinty has joined #schooltool | 11:46 | |
Bhaskar | jinty:hello | 11:51 |
Bhaskar | jinty: i have a problem to run schooltool server | 11:54 |
jinty | Bhaskar, I would suggest you get a new checkout and try that | 11:57 |
Bhaskar | jinty: i have Revision: 6577 | 12:09 |
Bhaskar | jinty:svn info:Revision: 6577 | 12:11 |
Bhaskar | Node Kind: directory | 12:11 |
Bhaskar | Schedule: normal | 12:11 |
Bhaskar | Last Changed Author: ignas | 12:11 |
Bhaskar | Last Changed Rev: 6574 | 12:11 |
Bhaskar | Last Changed Date: 2007-01-16 22:44:05 +0545 (Tue, 16 Jan 2007) | 12:11 |
Bhaskar | Properties Last Updated: 2007-01-18 10:12:01 +0545 (Thu, 18 Jan 2007) | 12:11 |
*** ignas has joined #schooltool | 12:12 | |
Bhaskar | ignas:hello | 12:14 |
ignas | hi | 12:14 |
Bhaskar | ignas: i have peoblem while running server "make run" i have posted bug in http://paste.lisp.org/display/35618 | 12:19 |
ignas | svn up once more | 12:19 |
ignas | and it should be fixed | 12:19 |
Bhaskar | ignas:svn up not working from schooltool directory | 12:22 |
ignas | again? | 12:28 |
ignas | what is it saying now ? | 12:28 |
Bhaskar | ignas:make run is not working now again, same problem ,sir | 12:31 |
ignas | hmm, interesting | 12:31 |
Bhaskar | ignas:while "svn up" the error:svn: Working copy '.' locked | 12:32 |
Bhaskar | svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) | 12:32 |
Bhaskar | ignas:svn cleanup is not working also | 12:32 |
ignas | ?? | 12:35 |
ignas | then i would suggest you making a fresh checkout because (i don't know how) you have managed to mess up this one | 12:36 |
Bhaskar | ignas: how pls? | 12:36 |
Bhaskar | ignas: you mean fresh installation ! | 12:38 |
ignas | yes | 12:38 |
ignas | http://www.schooltool.org/documentation/setting-up-a-development-server/your-development-environment | 12:38 |
Bhaskar | ignas:ok | 12:40 |
Bhaskar | ignas: i think Checked out revision 6583. | 12:46 |
Bhaskar | ignas:i go all the steps, make run but still same problem | 12:50 |
ignas | which "same" | 12:51 |
Bhaskar | ignas: i will past in http://paste.lisp.org , just min | 12:54 |
Bhaskar | ignas:something like that: ZopeXMLConfigurationError: File "/usr/local/schooltool/schooltool/schooltool/src/schooltool/pe rson/browser/configure.zcml", line 17.2-22.8 | 13:00 |
Bhaskar | ImportError: No module named containers | 13:00 |
Bhaskar | make: *** [run] Error 1 | 13:00 |
ignas | svn info ? | 13:01 |
lisppaste5 | Bhaskar pasted "bug while run make run command" at http://paste.lisp.org/display/35624 | 13:02 |
Bhaskar | ignas:Path: . | 13:03 |
Bhaskar | URL: http://source.schooltool.org/svn/trunk/schooltool | 13:03 |
Bhaskar | Repository Root: http://source.schooltool.org/svn | 13:03 |
Bhaskar | Repository UUID: dad8973a-47c6-0310-98b4-a7a43f191050 | 13:03 |
Bhaskar | Revision: 6577 | 13:03 |
Bhaskar | Node Kind: directory | 13:03 |
Bhaskar | Schedule: normal | 13:03 |
Bhaskar | Last Changed Author: ignas | 13:03 |
Bhaskar | Last Changed Rev: 6574 | 13:03 |
ignas | so you made a new checkout | 13:03 |
Bhaskar | Last Changed Date: 2007-01-16 22:44:05 +0545 (Tue, 16 Jan 2007) | 13:03 |
Bhaskar | Properties Last Updated: 2007-01-18 10:12:01 +0545 (Thu, 18 Jan 2007) | 13:03 |
Bhaskar | ignas:ya | 13:03 |
ignas | but you are running "make run" in the old one | 13:03 |
Bhaskar | ignas:how new | 13:04 |
ignas | may I ask an unrelated question? how much experience with computers, programming and linux do you have? | 13:09 |
Bhaskar | ignas:10 yrs in computer,3 years in programming and 2 yrs in linux | 13:10 |
ignas | hmm | 13:11 |
ignas | so you made a new development checkout | 13:11 |
ignas | yes | 13:11 |
ignas | and it printed Checked out revision 6583. | 13:12 |
ignas | yes ? | 13:12 |
Bhaskar | ignas:ok | 13:13 |
ignas | so can you run make run in that place that said Checked out revision 6583. ? | 13:13 |
*** vidasp has joined #schooltool | 13:26 | |
*** vidasp has joined #schooltool | 13:26 | |
*** Bhaskar has quit IRC | 13:36 | |
*** mgedmin has joined #schooltool | 13:53 | |
*** vidasp has quit IRC | 14:21 | |
*** shubacka has quit IRC | 14:46 | |
*** vidasp has joined #schooltool | 15:10 | |
*** vidasp has quit IRC | 16:03 | |
*** vidasp has joined #schooltool | 16:24 | |
*** ddaa has joined #schooltool | 17:03 | |
matthewrevell | ignas: ping | 17:04 |
*** alga has joined #SchoolTool | 17:05 | |
ignas | pong | 17:06 |
ignas | need me to log into skype? | 17:06 |
ignas | matthewrevell: ? | 17:08 |
*** matthewrevell has left #schooltool | 18:00 | |
*** aelkner has joined #schooltool | 18:01 | |
*** wdickers has joined #schooltool | 18:04 | |
*** ddaa has quit IRC | 18:13 | |
*** vidasp has quit IRC | 18:23 | |
*** vidasp has joined #schooltool | 18:23 | |
Lumiere | wdickers: is jelkner available? | 18:27 |
wdickers | yes | 18:27 |
Lumiere | can I call him... or can he log into irc | 18:27 |
Lumiere | :) | 18:27 |
wdickers | could you call 5419? | 18:28 |
wdickers | 703 228 5419 | 18:28 |
Lumiere | k | 18:28 |
*** wdickers has quit IRC | 18:41 | |
*** aelkner has quit IRC | 18:46 | |
*** thisfred has quit IRC | 19:05 | |
*** jinty has quit IRC | 19:21 | |
*** jinty has joined #schooltool | 19:23 | |
*** ignas has quit IRC | 20:04 | |
*** Aiste has quit IRC | 20:30 | |
*** aelkner has joined #schooltool | 20:57 | |
*** lhuynh has joined #schooltool | 20:57 | |
aelkner | You in! | 20:58 |
lhuynh | That I am. | 20:58 |
aelkner | Only problem, Stephan isn't :( | 20:58 |
lhuynh | I saw. I'll try later. Thanks for your help. | 20:58 |
*** lhuynh has quit IRC | 20:58 | |
aelkner | Anyttime | 20:58 |
*** aelkner has quit IRC | 20:58 | |
*** mgedmin has quit IRC | 21:36 | |
*** Aiste has joined #schooltool | 21:39 | |
*** Aiste has quit IRC | 22:09 | |
*** DeathOmen has quit IRC | 23:03 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!