brousch | I'm not having luck with venv in 3.3 | 00:11 |
---|---|---|
brousch | It seems to use system packages even though i set it to false | 00:11 |
brousch | jrwren: Django 1.5 beta works for me with python3.2 | 00:16 |
brousch | virtualenv -p python3.2 venv | 00:17 |
brousch | source venv/bin/activate | 00:17 |
brousch | pip install https://www.djangoproject.com/download/1.5b1/tarball/ | 00:17 |
jrwren | hrmf. | 00:30 |
jrwren | i was using django out of a git clone. maybe pip treats that different, or its just messed up | 00:32 |
rick_h_ | jrwren: huh? you did a pip install -e to the git repo in a venv? | 00:53 |
jrwren | no, just pip install path/to/clone | 01:43 |
rick_h_ | so if you do that it'll just look for the setup.py and install it | 01:57 |
rick_h_ | which is fine, but you lose the ability to -U upgrade | 01:57 |
rick_h_ | snap-l: http://www.mattfischer.com/blog/?p=319 for ya | 02:12 |
snap-l | rick_h_: Thanks. :) | 04:46 |
tony-smlr | Sunday Morning Linux Review is Live!! http://www.youtube.com/channel/UCB0VMOf9Kw53CMh9bl4X5nA?v=LTBbojisxW8 | 13:07 |
brousch | But, it's only Saturday | 13:10 |
tony-smlr | haha | 13:11 |
tony-smlr | we are also on #smlr | 13:11 |
snap-l | Y'know, for a Sunday morning show, ti's awfully Saturday. | 14:39 |
jcastro_ | rick_h_: around? | 22:06 |
snap-l | Afternoon / Evening | 22:29 |
snap-l | reminder: Meeting tomorrow | 22:29 |
snap-l | Should be a short one, as I don' think we have much going on until next year. | 22:29 |
rick_h_ | jcastro_: yea | 22:40 |
rick_h_ | woot! plumbing day complete | 22:40 |
jcastro_ | hey so | 22:42 |
jcastro_ | I moved my blog from GCS to S3. | 22:42 |
jcastro_ | rick_h_: any idea why my CSS would be busted? http://www.jorgecastro.org/ | 22:42 |
rick_h_ | looking | 22:44 |
snap-l | css = 400 bad request | 22:45 |
rick_h_ | yea | 22:45 |
rick_h_ | is the old site up? | 22:45 |
jcastro_ | yeah, one sec | 22:45 |
jcastro_ | http://commondatastorage.googleapis.com/www.jorgecastro.org/index.html | 22:46 |
jcastro_ | oh damn | 22:46 |
jcastro_ | I must have messed something up there too | 22:46 |
jcastro_ | snap-l: how can you tell which file it is? | 22:47 |
snap-l | I was using the chrome web tools (ctrl-shift-c) | 22:47 |
rick_h_ | jcastro_: yea, the link is bad | 22:47 |
rick_h_ | there's no such thing as 700 | 22:47 |
jcastro_ | the 400 error seems to be from the google font snippet thing | 22:49 |
jcastro_ | but that can't break my entire site can it? | 22:49 |
rick_h_ | right | 22:49 |
rick_h_ | the url for that is bad | 22:49 |
rick_h_ | well, I wouldn't think so but looking through the rest | 22:49 |
rick_h_ | fix one thing at a time | 22:49 |
rick_h_ | you've got google analytics in there twice in the HEAD | 22:52 |
* jcastro_ nods | 22:52 | |
rick_h_ | jcastro_: honestly, it looks like you're missing a css file for the theme | 22:55 |
rick_h_ | you've got a screen.css which seems to only do a reset | 22:55 |
rick_h_ | hmm, maybe there's more in there. It's minimized and hard to read | 22:55 |
jcastro_ | yeah | 22:55 |
jcastro_ | but it's been working fine for like a year | 22:56 |
jcastro_ | that's why I am suspecting like a permissions change or something | 22:56 |
rick_h_ | well the files are working when I load them | 22:56 |
jcastro_ | Resource interpreted as Stylesheet but transferred with MIME type text/plain: "http://www.jorgecastro.org/stylesheets/screen.css". | 22:57 |
rick_h_ | hmm, csslint doesn't see any errors | 22:57 |
jcastro_ | hmmm | 22:57 |
rick_h_ | jcastro_: yea, if I cope that css blob into the HEAD inside of a <style></style> block it's back | 22:58 |
rick_h_ | so it's about that screen.css | 22:58 |
rick_h_ | jcastro_: wtf, your web server is serving the css file as a 'binary/octet-stream' file type | 23:03 |
rick_h_ | jcastro_: wife's back. Have to help unload groceries. I think that file type issue is the root of the problem. | 23:04 |
jcastro_ | ok | 23:05 |
rick_h_ | the file type should be text/css | 23:05 |
rick_h_ | not some binary octect stream | 23:05 |
jcastro_ | ok | 23:05 |
jcastro_ | fixing that | 23:05 |
jcastro_ | it's just the s3 simple server thing | 23:05 |
jcastro_ | seems to be the same though | 23:05 |
jcastro_ | dinner, bbl, thanks for your help | 23:06 |
snap-l | Uncaught TypeError: Cannot read property 'parentNode' of undefined | 23:06 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!