IRC log of #schooltool for Tuesday, 2008-07-01

*** jamieboisture has joined #schooltool00:10
*** jamieboisture has quit IRC00:23
*** tdoggette has quit IRC00:26
*** whaddon has quit IRC00:27
*** whaddon has joined #schooltool00:38
*** didymo has joined #schooltool00:51
aelknerok, thanks00:55
*** tdoggette has joined #schooltool01:30
*** alga has quit IRC01:34
*** Lumiere has quit IRC02:07
*** fsufitch has quit IRC02:31
*** jelkner has joined #schooltool02:52
jelkneraelkner: how did it go today?02:54
*** whaddon has quit IRC02:59
*** jelkner has quit IRC03:02
*** fsufitch has joined #schooltool03:30
*** tdoggette has quit IRC03:42
*** whaddon has joined #schooltool03:47
*** whaddon has quit IRC05:14
*** ccarey has quit IRC05:33
*** tdoggette has joined #schooltool05:35
*** Aiste has quit IRC05:41
*** aelkner_ has joined #schooltool05:56
*** fsufitch_ has joined #schooltool05:56
*** aelkner has quit IRC05:58
*** fsufitch has quit IRC05:58
*** ccarey has joined #schooltool06:01
*** aelkner__ has joined #schooltool06:18
*** aelkner_ has quit IRC06:19
*** th1a_ has quit IRC06:52
*** ccarey has quit IRC07:24
*** aelkner__ has quit IRC07:40
*** Aiste has joined #schooltool10:25
*** jfroche has quit IRC10:38
*** jfroche has joined #schooltool10:38
*** fsufitch_ has quit IRC12:58
*** ignas has joined #schooltool13:21
*** mgedmin has joined #schooltool14:05
*** didymo has quit IRC14:47
*** alga has joined #SchoolTool14:59
*** whaddon has joined #schooltool16:08
*** ccarey has joined #schooltool16:19
*** jamieboisture has joined #schooltool16:22
*** whaddon_ has joined #schooltool16:34
mgedminignas: here's what enterprise school software is supposed to look like: http://thedailywtf.com/Articles/The-Detention-Wizard.aspx16:42
ignas:)16:44
*** whaddon has quit IRC16:49
*** alga has quit IRC17:28
*** th1a has joined #schooltool17:33
*** aelkner has joined #schooltool17:34
th1aignas: Thanks for getting on that bug.18:17
ignasit was related to the issue318 a.k.a. https://bugs.launchpad.net/schooltool/+bug/8000018:20
ignasbskahan fixed one occurence of the bug18:20
ignasand didn't fix the other one a few lines below18:20
*** ccarey_ has joined #schooltool18:37
*** wjohnsto has joined #schooltool18:40
wjohnstoignas, ayt?18:41
wjohnstoI am having the same problem that whaddon was having yesterday18:41
ignaswjohnsto: it is probably a network problem18:41
ignasor just try the "clean" command that should be in irc logs for the channel18:42
ignasand make it again18:42
wjohnstook18:42
*** ccarey has quit IRC18:49
ignaswjohnsto: did it help?18:52
wjohnstoignas, no :(18:53
wjohnstoI tried "rm -rf bin parts eggs python"18:53
ignascan you look at http://pypi.python.org/pypi ?18:53
wjohnstobut I still can't get past PasteScript18:53
ignasor even http://pypi.python.org/pypi/PasteScript/1.6.318:54
wjohnstook18:54
ignasi mean - just to see if you can connect to the server18:54
ignasthat is hosting the PasteScript egg18:54
wjohnstoI can18:54
ignasvery strange18:55
wjohnstoindeed.18:55
ignasall i can suggest is a clean checkout, or just wait and  try until you succeed :/18:55
wjohnstook18:55
ignashmm18:55
ignasdo you have ~/.buildout/default.cfg setup ?18:56
wjohnstono18:56
ignaswjohnsto: like described in  http://schooltool.pov.lt/docs/dev_sandbox.html18:57
ignasif you would add the file18:57
ignasas in - perform the "Set your buildout eggs and cache directories" step18:57
ignasthen you can just put the egg http://pypi.python.org/packages/source/P/PasteScript/PasteScript-1.6.3.tar.gz#md5=d91ad7e03d07f94a3206fef13c18cf4918:58
ignasin the "~/.buildout/cache/dist/" directory18:58
ignasand try again18:58
ignasbuildout should pick up the egg from there instead of trying to download it18:58
wjohnstook18:58
wjohnstoignas, it still does not recognize PasteScript19:09
wjohnsto:S I have PasteScript-1.6.3.tar.gz in ~/.buildout/cache/dist19:10
wjohnstohold on19:11
wjohnstoyea19:11
wjohnstoI have the ~/default.cfg with the two install directories19:11
ignasnot ~/default19:13
ignasbut ~/.buildout/default.cfg19:13
wjohnstosorry19:13
wjohnstospelling error19:13
wjohnstoit is in the .buildout directory19:13
ignasare there any other eggs next to the pastescript egg?19:14
wjohnstoyes19:14
wjohnsto3 zope eggs and a schooltool egg19:14
ignascan you run "bin/buildout -vv"19:14
ignasand lisppaste5 the output19:14
wjohnstothe entire thing or just the end part?19:15
wjohnstohttp://paste.lisp.org/display/6310119:18
wjohnstoignas, ping19:18
ignaslooking19:20
ignaswjohnsto: when you Ctrl+C the buildout what do you get in the traceback?19:23
wjohnstoAn internal error occured due to a bug in either zc.buildout or in a recipe being used:19:24
ignasand that's it?19:24
wjohnstowell19:24
ignaslisppaste5: all of the stuff since "We have no distributions for PasteScript that satisfies 'PasteScript'." bit19:24
wjohnstoWhile: "Installing cando, Getting distribution for 'PasteScript'"19:24
ignashmm19:26
lisppaste5wjohnsto pasted "Traceback" at http://paste.lisp.org/display/6310319:26
ignasrun bin/buildout -vvD19:26
ignasthen when it gets stuck19:27
ignasCtrl+C it19:27
ignasand type "bt"19:27
ignasand paste me the trackeback you get19:27
lisppaste5wjohnsto pasted "Traceback" at http://paste.lisp.org/display/6310419:28
ignasCtrl+C it19:28
ignasthen you will get a pdb prompt19:28
ignasdo "bt" in it19:29
ignasyou will get a full traceback19:29
lisppaste5wjohnsto pasted "PDB Trace" at http://paste.lisp.org/display/6310519:29
ignaslooking19:32
ignasdo: up, up, up, url19:33
wjohnstook19:34
wjohnsto> /usr/lib/python2.4/httplib.py(480)read() -> s = self.fp.read(amt)19:34
ignasyou should do that as separate commands19:34
ignasas in - up + enter, up + enter19:34
ignasso do a couple more "up"19:34
wjohnsto'http://pythonpaste.org/script/'19:35
ignasgo to that url19:35
wjohnstoah hah19:36
wjohnstoI can't get there19:36
ignasI can19:36
ignasso - it's a network problem it seems ...19:36
wjohnstoWell aren't you special19:36
wjohnstoyes19:36
mgedminhttp://downforeveryoneorjustme.com/pythonpaste.org19:37
ignaslol19:37
ignaswjohnsto: you can try "tracepath pythonpaste.org" or something like that19:38
ignasto see where the chain get's broken19:39
mgedminor use a different pastebot, e.g. http://pastey.net19:40
*** wjohnsto_ has joined #schooltool19:40
wjohnsto_sorry19:40
wjohnsto_I got disconnected19:40
ignasmgedmin: the site is not a pastebot19:41
mgedminyes, it's a pastebin19:41
mgedminI always confuse these thi... oh19:41
mgedminpython paste!19:41
mgedminthe gloopy wsgi thing!19:42
ignaswjohnsto_: http://schooltool.pov.lt/irclogs/latest.log.html19:43
ignasin case you missed something19:43
wjohnsto_thanks ignas, I missed everything haha19:43
wjohnsto_I do not get any replies from any of the hops19:45
wjohnsto_except hop 1319:45
wjohnsto_13:  webwareforpython.org (198.49.126.114)                 60.685ms reached19:46
wjohnsto_The county is probably blocking the site for security issues19:46
ignasmaybe they are, i mean - you are the second person who encounters the problem19:47
wjohnsto_ok19:50
wjohnsto_well I guess I go look for another network19:50
*** wjohnsto_ has quit IRC19:52
*** wjohnsto has quit IRC19:53
aelknerok, thanks19:59
aelkneri keep doing that19:59
*** wjohnsto has joined #schooltool20:05
wjohnstoignas: I am outside connected to a different network and everything is fine20:05
wjohnstoso far20:05
ignaswjohnsto: cool20:05
wjohnstoignas, now I am getting an error "Error: Couldn't install: schooltool 2008.10.0dev-r2428"20:12
ignashmm, can you give more information?20:16
ignaslike at least the last lines?20:17
*** wjohnsto_ has joined #schooltool20:25
lisppaste5wjohnsto pasted "wjohnsto problems" at http://paste.lisp.org/display/6310820:27
wjohnsto_ignas, ping20:27
ignashmm20:28
ignas"error: None" is disturbing20:30
jamieboisturehttp://wolfram.kriesing.de/blog/index.php/2005/svnignore-and-svnkeywords20:30
wjohnsto_yes20:30
ignastry "bin/buildout -n"20:30
wjohnsto_I get the same "error: None"20:31
wjohnsto_and traceback20:31
ignastraceback?20:32
wjohnsto_well20:33
*** wjohnsto has quit IRC20:33
ignascould you do "bin/buildout -vv" and see if you can get more information, because that error: None thing is well - not giving me any information20:33
wjohnsto_I get While: Installing cando.  Getting distrobution for 'schooltool'20:33
wjohnsto_ok20:33
lisppaste5wjohnsto pasted "paste for ignas" at http://paste.lisp.org/display/6311020:34
ignastry: /home/wjohnsto/cando/python/bin/python "-c" "from setuptools.command.easy_install import main; main()" "-mUNxd" "/home/wjohnsto/temp" "-Z" "/home/wjohnsto/.buildout/cache/dist/schooltool-2008.10.0dev-r2428.tar.gz"20:36
ignascreate /home/wjonsto/temp first though20:36
ignasor use some other temporary directory20:36
ignasif that will fail - add some v's to the -mUNxd part20:37
*** jamieboisture has quit IRC20:38
*** jboisture has joined #schooltool20:39
wjohnsto_ignas, ImportError: No module named setuptools.command.easy_install20:39
*** whaddon_ is now known as whaddon20:39
ignassudo apt-get install python-setuptools20:40
ignasif you can do that20:40
ignasoh, ghmm, that won't help sorry20:41
ccarey_aelkner: ping20:41
wjohnsto_I already have it anyway20:41
ignaswjohnsto_: then use python2.420:41
ignasinstead of /home/wjon..cando/python/bin/python20:41
wjohnsto_do you want the entire error traceback?20:42
wjohnsto_well20:43
wjohnsto_there is a bunch of unpacking, and then "error: None"20:43
wjohnsto_right after Unpacking schooltool-2008.10.0dev-r2428/src/schooltool/locales/it/LC_MESSAGES/schooltool.po20:44
wjohnsto_to /tmp/easy_install-pgsjeY/schooltool-2008.10.0dev-r2428/src/schooltool/locales/it/LC_MESSAGES/schooltool.po20:44
ignashmm20:44
ignas"df -h" ?20:44
ignasmaybe you are out of disk space?20:45
wjohnsto_29 GB available20:45
ignashmm20:45
ignasyou know - no idea what's wrong :/20:48
ignasthere are 2 ways out of this situation20:48
ignastry downloading an older egg from http://ftp.schooltool.org/schooltool/releases/nightly/20:48
ignasor make a a "bzr co --lightweight lp:schooltool"20:49
ignassomewhere20:49
ignasand in buildout.cfg add that path to the develop =20:50
ignasafer the dor20:50
ignasdot20:50
ignaslike develop = . ../schooltool20:50
ignasso you won't be using schooltool egg at all, but will be using schooltool checkout instead20:50
wjohnsto_ok20:50
wjohnsto_I am trying solution 220:54
ignasgood20:55
wjohnsto_I will brb, I;m heading back into the Career center20:57
*** wjohnsto_ has quit IRC20:57
th1aignas: I figured out how to mark the calendar series as "obselete."21:08
ignasth1a: oh21:08
ignasth1a: cool :)21:08
th1aNot sure if that does everything we want yet...21:08
ignas:)21:08
th1aWhat am I looking for under bugs?21:09
ignashmm, I still have "calendar and development" series under "Release-critical bugs"21:11
ignasin https://bugs.launchpad.net/schooltool21:11
th1aOK, what if I just mark those as "won't fix" or something?21:12
ignasyou can try21:13
ignasi think it should remove them from the overview21:13
th1aI mean, it is accurate...21:14
ignasindeed21:14
ignasok, i have to run now, got to get something to eat before shops close21:14
ignassee you21:14
th1aBye.21:14
*** ignas has quit IRC21:14
*** wjohnsto_ has joined #schooltool21:14
*** mgedmin has quit IRC21:46
*** jboisture has quit IRC21:46
aelkner    >>> from zope.app.testing.functional import HTTPCaller21:54
aelkner    >>> from zope.testing.server import startServer21:54
aelkner    >>> startServer(HTTPCaller(), manager.url, 'manager', 'schooltool')21:54
*** wjohnsto_ is now known as wjohnsto21:54
*** fsufitch has joined #schooltool21:54
*** jboisture has joined #schooltool21:54
*** th1a_ has joined #schooltool22:13
wjohnstoth1a, who can help me get cando working?22:14
wjohnstoI realize how general the statement is22:14
wjohnstobut I am getting errors with every checkout22:15
wjohnstoth1a_: ping22:15
whaddon    >>> from zope.app.testing.functional import HTTPCaller22:22
whaddon    >>> from zope.testing.server import startServer22:22
whaddon    >>> startServer(HTTPCaller(), manager.url, 'manager', 'schooltool')22:22
*** th1a has quit IRC22:29
*** fsufitch has quit IRC22:45
*** whaddon has quit IRC23:03
th1a_wjohnsto: Are you with aelkner?23:11
aelkneryes23:11
*** fsufitch has joined #schooltool23:12
th1a_Is wjohnsto the only one with this problem?23:12
wjohnstowell hold on23:13
wjohnstothere are 2 of us with the problem23:13
wjohnstobut I might've just fixed it23:13
th1a_Did you?23:26
*** th1a_ is now known as th1a23:26
wjohnstoth1a, Yes, I believe it is a network problem here23:30
th1aAh.23:30
wjohnstoso I'm going to plug in23:30
*** wjohnsto_ has joined #schooltool23:50
*** wjohnsto has quit IRC23:50

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!