=== AlanChicken is now known as AlanBell === ubot4` is now known as Guest29594 === head_v is now known as head_victim [15:02] daker: we're on soonish! [15:03] nigelb, yo are you on {% if hit.pochette %} [15:03] {% if hit.pochette == 'http://static.hitradio.ma/uploads/pochettes/no_cover.jpg' %} [15:03] [15:03] {% else %} [15:03] [15:03] {% endif %} [15:03] {% else %} [15:03] [15:03] {% endif %} [15:03] opps sorry :/ [15:03] heh [15:08] daker: are you in #ubuntu-uds-bonaire3 [15:08] and listening [18:24] AlanBell: why dont we move the convo in here [18:27] hi [18:27] nigelb: o/ [18:28] he went to bed [18:28] fair enough [18:29] so there are a bunch of things to do to get etherpad lite up and running and themed and sso integrated to plug into summit [18:29] summit itself won't care much [18:30] but there is a list of things to do [18:30] ok [18:30] and me and nigelb can just trundle off and do stuff [18:30] or we can be working to a list of action items on a blueprint discussed at UDS :) [18:31] which might help when asking IS to deploy stuff [18:31] so I was expecting some discussion of it at the summit development session [18:31] I totally get that it isn't core to summit [18:31] i think it may be better for an meeting after uds [18:32] although it is pretty core to the user experience [18:33] by which I mean all the users think that etherpad is part of summit [18:33] i dont know enough about etherpad to be valuable in coming up with to-dos [18:36] thats fine [18:39] I'm fine with you and IS handling it, and just keepig us posed [18:40] posted === Ronnie1 is now known as Ronnie [20:38] Does anyone have a second to help me run make init for loco-portal? I'm getting an interesting error about ImportError: No module named django.core.management [20:38] someone said at the morning uds session that the team was on this channel [20:47] hey svwilliams [20:47] hey cjohnston [20:48] svwilliams: are you at uds? [20:48] yup, in antigua3(?) at the papercuts session [20:49] im out doing a little work right now [20:49] did you do the sudo make depends? [20:50] yup no errors [20:51] my python version is 2.7.2+ [20:52] don't know if that is part of the problem, python is new to me [20:52] what version of ubuntu are you running [20:52] oneric [20:52] on a vm ... [20:56] ok silly question do I have to install django seperately is it not in the depends? [20:57] it should install from the requirements.txt [20:58] ok I may have missed a step I need to make sure each of these items are installed before I run make depend? [20:59] should be sudo make depends, make init [21:00] hmm I don't know [21:00] python2.6 python2.6-dev python-virtualenv libjs-jquery libjs-jquery-ui iso-codes gettext [21:00] thats what make depends runs [21:00] brb moving rooms [21:01] ya.. you need 2.6 [21:02] python2.6 can be installed alongside python2.7 [21:02] it'll only be used by the virtualenv that is created for running django locally, so that it is as close to our production environment as we can get without having to run Lucid ourselves [21:17] cjohnston, does this error look familiar -- "make: *** [loco_directory/loco_directory.db] Error 1" [21:22] ok never mind that was just make standard error [21:23] when did you get that [21:24] its the last line in the error [21:24] no.. what command [21:24] the line above it is ImportError: no module named djgango.core.management [21:24] If I go into loco-directory [21:24] hmm [21:24] type python [21:25] i just got that [21:25] and say import dijango [21:25] it says no module [21:25] :-) [21:25] could be django is installed on a python library that is not running when make runs? [21:25] still new so I'm trying to apply what I know to this [21:26] you installed python2.6 correct? [21:26] yes, but its not the one running ... 2.7.2+ when you say python --version [21:26] hmmm [21:28] svwilliams: right now im tryin to do some other stuff.. maybe if mhall119 comes around he will have a quick answer [21:29] ok sounds good I'll keep at it till then stay on irc [21:37] svwilliams: try make clean, then make init again [21:37] often if a make command dies in the middle, you need to cleanup after it before trying again [21:38] svwilliams: make will create a virtualenv directory, where it will install django and a link to python2.6 [21:38] which is why just running "python" gives you 2.7 and no django [21:39] virtualenv keeps your system clean [21:39] ahh ok [21:39] make sense [21:39] virtualenv is to python what chroot is to shell [21:42] I have to run maven2 clean all the time for java sites [21:42] its running now, no errors so far [21:42] at python-openid [21:42] ok so far I think I'm just having download issues [21:42] just errored on urlopen error [21:42] I mean [21:42] errored on python-openid [21:56] thank you mhall119 i'm nearly there just need to figure out why openid won't download I'll try to figure it out later today