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