*** menesis has quit IRC | 00:02 | |
*** replaceafill has quit IRC | 02:04 | |
*** klausade has quit IRC | 02:04 | |
*** alga has quit IRC | 03:42 | |
*** aks has joined #schooltool | 06:18 | |
*** aks has quit IRC | 09:39 | |
*** aks has joined #schooltool | 10:11 | |
*** menesis has joined #schooltool | 11:45 | |
*** aks has quit IRC | 14:24 | |
*** alga has joined #schooltool | 14:30 | |
*** menesis has quit IRC | 14:48 | |
*** menesis has joined #schooltool | 15:26 | |
*** replaceafill has joined #schooltool | 16:44 | |
*** alga has quit IRC | 17:32 | |
*** alga has joined #schooltool | 18:47 | |
*** replaceafill has quit IRC | 20:32 | |
*** replaceafill has joined #schooltool | 20:54 | |
*** menesis has quit IRC | 21:05 | |
*** fsufitch has joined #schooltool | 21:45 | |
fsufitch | aelkner: ping | 21:45 |
---|---|---|
fsufitch | im having difficulty findinng internet at mason. their wifi authentication server is down and the ethernet drops dont work. im going to try to relocate somrplace else... sorry :( | 21:52 |
fsufitch | typing this from my phone, which has 3g,but i cant tether since im low on battery | 21:53 |
fsufitch | talk to you later, once i can find internet | 21:53 |
*** fsufitch has quit IRC | 21:54 | |
aelkner | ah, the old hit and run... | 21:57 |
replaceafill | th1a, javier's email server doesn't allow *.js attachments :| | 22:02 |
replaceafill | Remote host said: 550 5.7.1 Tipo de adjunto no admitido. El archivo "jquery.ui.datepicker-km.js" tiene la extensión no permitida "js" [BODY] | 22:02 |
replaceafill | i guess, i can leave him out of this one, right? | 22:03 |
*** fsufitch has joined #schooltool | 22:19 | |
fsufitch | aelkner, ping! | 22:19 |
aelkner | fsufitch, hey | 22:21 |
aelkner | better connection? | 22:21 |
fsufitch | yep! | 22:21 |
aelkner | cool | 22:21 |
aelkner | so for starters, have you anything to report? | 22:22 |
aelkner | we had a bunch of small tasks we discussed last week | 22:23 |
fsufitch | nope, havent had time to get started | 22:24 |
fsufitch | and im going to get my 5 hours of work in today if it kills me, dammit | 22:24 |
aelkner | ok, well, then we really don't have anything to discuss until you have a question or something | 22:25 |
fsufitch | yeah | 22:25 |
fsufitch | sorry :) | 22:25 |
aelkner | always remember, if i don't respond to ping, you have my cell | 22:25 |
fsufitch | yup | 22:26 |
*** menesis has joined #schooltool | 22:34 | |
fsufitch | aelkner, i see intervention has a catalog.zcml, but i dont think courseinfo has anything to do with the catalog right now, so i'm not including that | 23:03 |
aelkner | i wasn't suggesting copying everything from the intervention package, just so you know | 23:09 |
aelkner | we may need a catalog later, but yes, you don't need to include that now | 23:09 |
fsufitch | im not even sure how the catalog works | 23:09 |
fsufitch | i mean, i'm including a placeholder security.zcml for now | 23:10 |
aelkner | not a bad idea because you will need security descriptions eventually | 23:10 |
aelkner | but the first features you work on should be the simple views | 23:11 |
fsufitch | yup | 23:11 |
aelkner | baby steps, trickier things like catalogs can come later | 23:12 |
fsufitch | aelkner, for some reason my eggs were missing from my working dir, and buildout decided to re-fetch them. then i ran into this: Error: Couldn't find a distribution for 'pyPdf==1.13'. | 23:38 |
fsufitch | and i can't find the --allow-hosts option anywhere so i can remove it... | 23:40 |
aelkner | not sure what you mean | 23:41 |
aelkner | i think you still need the allow-hosts stuff until they fix the bug | 23:41 |
fsufitch | but allow-hosts isnt allowing me to find pyPdf | 23:41 |
fsufitch | since it's not on pypi | 23:42 |
replaceafill | fsufitch pyPdf is here: http://ftp.schooltool.org/schooltool/eggs/ | 23:42 |
fsufitch | so how do i get it into this instance? | 23:43 |
replaceafill | and it seems like menesis just add the allow-host workaround to the versions.cfg file | 23:43 |
replaceafill | s/add/added | 23:43 |
replaceafill | :) | 23:43 |
aelkner | thanks replaceafill | 23:43 |
replaceafill | mind pasting your buildout.cfg and base.cfg somewhere? | 23:44 |
fsufitch | ok | 23:44 |
*** menesis has quit IRC | 23:44 | |
aelkner | i did a make realclean followed by make to test if it works without allo-hosts | 23:45 |
fsufitch | http://pastebin.com/Wf96bsRt base.cfg | 23:46 |
* replaceafill is using a shared eggs directory now :P | 23:46 | |
aelkner | i decided not to a while back | 23:46 |
fsufitch | and buildout is just: [buildout] | 23:46 |
fsufitch | extends = base.cfg | 23:46 |
fsufitch | eggs = schooltool.courseinfo | 23:46 |
fsufitch | develop = . | 23:46 |
fsufitch | [package] | 23:46 |
fsufitch | eggs = schooltool.courseinfo | 23:46 |
aelkner | did you try make realclean? | 23:47 |
aelkner | i'm still running make | 23:47 |
aelkner | getting messages like: | 23:47 |
replaceafill | fsufitch well you have http://ftp.schooltool.org/schooltool/trunk/versions.cfg so you should be fine | 23:47 |
aelkner | Link to http://www.zope.org/Products/ZODB3.6 ***BLOCKED*** by --allow-hosts | 23:47 |
aelkner | even though i don't have the allow-host command in buildout.cfg | 23:48 |
replaceafill | aelkner it's coming from the url i just pasted | 23:48 |
fsufitch | replaceafill, but im not... | 23:48 |
replaceafill | fsufitch do you get the BLOCKED messages? | 23:48 |
fsufitch | yes | 23:48 |
fsufitch | but i grepped everything and allow-hosts isnt anywhere | 23:49 |
fsufitch | does easy_install cache the --allow-hosts option? | 23:49 |
aelkner | yeah, they are just warnings while it gets from the new host set up in versions.cfg, right? | 23:49 |
replaceafill | fsufitch you should run bin/buildout after every change to buildout.cfg or base.cfg | 23:49 |
replaceafill | so buildout can catch up | 23:49 |
aelkner | true that | 23:50 |
* replaceafill notices we have pypdf 1.12 in ftp.schooltool.org | 23:50 | |
fsufitch | i ran 'make', and *it* ran bin/buildout | 23:50 |
replaceafill | not 1.13 | 23:50 |
fsufitch | same problem | 23:50 |
fsufitch | yeah that might be it :) | 23:51 |
replaceafill | ah crap! | 23:51 |
replaceafill | 1.13 is in pypi | 23:51 |
aelkner | Error: Couldn't find a distribution for 'PIL==1.1.7'. | 23:51 |
aelkner | i'm getting something else | 23:51 |
replaceafill | but refers to an outside server! | 23:51 |
replaceafill | http://pypi.python.org/pypi/pyPdf | 23:51 |
replaceafill | fsufitch want a quick hack? | 23:52 |
fsufitch | replaceafill, you know how i LOVE quick hacks | 23:53 |
fsufitch | but only if they involve web2py | 23:53 |
replaceafill | add: | 23:53 |
replaceafill | [versions] | 23:53 |
replaceafill | pyPdf = 1.12 | 23:53 |
replaceafill | to your buildout cfg | 23:53 |
replaceafill | sorry, buildout.cfg | 23:53 |
fsufitch | aw... no making schooltool run on web2py? | 23:53 |
replaceafill | fsufitch LOL | 23:53 |
aelkner | replaceafill, why do we need to change our local buildout.cfg files? | 23:54 |
replaceafill | aelkner not sure, but in my little understanding of stuff, the newer version of some stuff are indexed in pypi but you get them from external servers | 23:55 |
replaceafill | and the allow-hosts workaround explicitly says "install only from pypi and schooltool.org" | 23:55 |
replaceafill | aelkner you got the same error with PIL? | 23:56 |
aelkner | yes | 23:56 |
replaceafill | weird, latest version of PIL in pypi seems 1.1.6 | 23:58 |
replaceafill | but versions.cfg is asking for 1.1.7 | 23:58 |
aelkner | they retracted 1.1.7? :) | 23:58 |
replaceafill | i know versions.cfg changed today though: http://ftp.schooltool.org/schooltool/trunk/ | 23:58 |
replaceafill | the problem with our current versions.cfg is that you cannot keep track of its changes | 23:59 |
replaceafill | fsufitch any luck? | 23:59 |
aelkner | darn, and we just lost menesis for the day | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!