cjohnston | doctormon: ping | 13:56 |
---|---|---|
doctormon | cjohnston: pong | 14:31 |
cjohnston | doctormon: I need a profile page designed for summit.. the back end work is all done, just needs the view page.. any chance you have time to make something? | 14:43 |
doctormon | cjohnston: summit is the same as loco portal right? django, bzr, lp? | 15:06 |
cjohnston | yup | 15:06 |
doctormon | bzr lp branch name and django app name | 15:07 |
doctormon | ? | 15:07 |
cjohnston | bzr lp:summit | 15:07 |
doctormon | done | 15:07 |
cjohnston | 1 sec | 15:07 |
cjohnston | bzr merge lp:~chrisjohnston/summit/add-user-profiles | 15:08 |
doctormon | Tis makefile system is weird, it downloads a whole bunch of stuff each time we want to branch: fail | 15:09 |
cjohnston | you can set it up the way nigel does | 15:09 |
cjohnston | using virtualenv | 15:09 |
doctormon | cjohnston: OK, so what do you need in this? | 15:17 |
cjohnston | a design for the profile page | 15:17 |
cjohnston | which includes all of the different fields that could be filled out | 15:18 |
doctormon | cjohnston: So it's the edit user profile template? | 15:19 |
cjohnston | no.. the edit is fine | 15:19 |
cjohnston | its the view page | 15:20 |
cjohnston | there isnt really anything there yet.. just shows name.. but that's mostly cause i cant design | 15:20 |
doctormon | OK, view page. | 15:21 |
cjohnston | yes please | 15:21 |
doctormon | cjohnston: I can't find the link to the profile, the version I have just links to launchpad. | 15:46 |
cjohnston | doctormon: it doesnt link yet.. its 127.0.0.1:8000/u/doctormo and /u/doctormo/update | 15:46 |
doctormon | oh ok | 15:47 |
doctormon | cjohnston: Both your branch and the trunk return page not found :-( | 15:53 |
cjohnston | doctormon: you have to create the user first | 15:55 |
doctormon | cjohnston: By logging in? | 15:57 |
cjohnston | ./manage.py update-profiles should do it | 16:01 |
mhall119 | doctormon: you'll need to log in, yes | 18:10 |
mhall119 | or run lpupdate on a sprint you attended (in person or remote) | 18:10 |
cprofitt | mhall119: I am getting an error when trying to init-summit | 18:14 |
cprofitt | Error: No module named django_openid_auth | 18:14 |
mhall119 | are you in the virtualenv? | 18:14 |
cprofitt | yes | 18:14 |
mhall119 | did you get any errors during the make process? | 18:15 |
cprofitt | I do not recall running make... | 18:15 |
cprofitt | http://summit.readthedocs.org/en/latest/installing.html#grab-the-source | 18:15 |
cprofitt | yeah, I do not see instructions to run make either | 18:16 |
mhall119 | you ran "pip install -r requirements.txt" in the virtualenv | 18:16 |
mhall119 | ? | 18:16 |
cprofitt | yes | 18:16 |
mhall119 | no trouble there? | 18:17 |
cprofitt | not that I see in the scrollback | 18:17 |
cprofitt | ah... here is one | 18:17 |
cprofitt | bzrlib/_annotator_pyx.c:4:20: fatal error: Python.h: No such file or directory | 18:18 |
mhall119 | hmmmm.... | 18:18 |
mhall119 | what release are you working from? | 18:18 |
cprofitt | this is just a virtual server... so I can rebuild if needed | 18:18 |
cprofitt | the server is 11.10 | 18:18 |
cprofitt | let me rebuild the virtual server just to make sure... | 18:19 |
cprofitt | it only takes a little bit | 18:20 |
mhall119 | cprofitt: did you install python 2.6? | 18:20 |
cprofitt | I did not... and I think Python 2.7 is the default | 18:20 |
cprofitt | the req says 2.6.1 or greater | 18:21 |
cprofitt | the server is build using proxmox, KVM, 11.10 64bit server | 18:25 |
cprofitt | I am reinstalling now... just to make sure I did not screw it up | 18:25 |
cprofitt | so how is your day going mhall119 ? | 18:26 |
mhall119 | I'm tired already | 18:41 |
mhall119 | didn't even get to sleep in today, son had a belt test for taekwondo | 18:41 |
cprofitt | mhall119: did it go well? | 18:42 |
mhall119 | yup, got his new belt | 19:02 |
cprofitt | very good. | 19:06 |
doctormon | cjohnston: The user profile stuff doesn't work, I checked it out and it doesn't go through. | 20:13 |
cjohnston | doctormon: what do you mean it doesn't go through | 20:15 |
doctormon | There is a username 'doctormo' I checked in the admin pannel, and the update-profiles has been run (I had to repair that script too) and it's giving me a 404 on /u/doctormo | 20:16 |
cprofitt | mhall119: rebuilt the virtual server and followed the instructions | 20:16 |
cprofitt | got the following | 20:16 |
cprofitt | Cannot build extension "bzrlib._annotator_pyx". | 20:16 |
cprofitt | Use "build_ext --allow-python-fallback" to use slower python implementations instead. | 20:16 |
mhall119 | do you have ubuntu-dev-tools package installed? | 20:16 |
cprofitt | error: command 'gcc' failed with exit status 1 | 20:16 |
cprofitt | I do not think so | 20:16 |
mhall119 | try apt-getting that | 20:17 |
cprofitt | just an normal install of the server | 20:17 |
cprofitt | ok | 20:17 |
mhall119 | there must be a library we all had already that wasn't included | 20:17 |
cprofitt | that error was on the pip command | 20:17 |
doctormon | cjohnston: Should I be running this on your branch or on trunk? | 20:18 |
mhall119 | cprofitt: pip will try and build stuff from source sometimes | 20:19 |
cjohnston | my branch. it isn't in trunk. | 20:19 |
mhall119 | and if you don't have the right dev tools or headers, it dies | 20:19 |
mhall119 | cjohnston: where's you track lead stuff? | 20:19 |
doctormon | cjohnston: OK that's the stuff that's now working. | 20:20 |
doctormon | not* | 20:20 |
doctormon | cjohnston: Here's the diff for the fix http://paste.ubuntu.com/766262/ | 20:21 |
cjohnston | I'm out. maybe mhall119 can help | 20:22 |
cprofitt | same error mhall119 | 20:22 |
cprofitt | should I install gcc? | 20:23 |
* mhall119 is no help | 20:24 | |
cjohnston | mhall119: track-page mp | 20:24 |
mhall119 | cprofitt: install ubuntu-dev-tools | 20:24 |
cprofitt | I did that | 20:24 |
mhall119 | no luck? | 20:24 |
cprofitt | nope | 20:28 |
cprofitt | unless a reboot helps | 20:28 |
doctormon | OK, I'm parking the design request until the code works. Give m a ping when ready. | 20:30 |
cprofitt | mhall119: does this mean anything | 20:36 |
cprofitt | No Cython, trying Pyrex... | 20:36 |
mhall119 | cprofitt: no...I've never seen the likes of that before | 20:38 |
mhall119 | this is an 11.10 VM you say? | 20:38 |
cprofitt | yes | 20:38 |
mhall119 | :/ | 20:38 |
cprofitt | 11.10 64 bit | 20:38 |
mhall119 | oh, 64 bit.....wonder if that's the problem | 20:38 |
cprofitt | I could try and build it on 32bit | 20:42 |
=== daker_ is now known as daker | ||
daker | hello | 22:00 |
daker | mhall119: cjohnston nigelb AlanBell http://people.ubuntu.com/~daker/ltp/ | 22:01 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!