/srv/irclogs.ubuntu.com/2012/12/01/#ubuntu-us-mi.txt

brouschI'm not having luck with venv in 3.300:11
brouschIt seems to use system packages even though i set it to false00:11
brouschjrwren: Django 1.5 beta works for me with python3.200:16
brouschvirtualenv -p python3.2 venv00:17
brouschsource venv/bin/activate00:17
brouschpip install https://www.djangoproject.com/download/1.5b1/tarball/00:17
jrwrenhrmf.00:30
jrwreni was using django out of a git clone. maybe pip treats that different, or its just messed up00:32
rick_h_jrwren: huh? you did a pip install -e to the git repo in a venv?00:53
jrwrenno, just pip install path/to/clone01:43
rick_h_so if you do that it'll just look for the setup.py and install it01:57
rick_h_which is fine, but you lose the ability to -U upgrade01:57
rick_h_snap-l: http://www.mattfischer.com/blog/?p=319 for ya02:12
snap-lrick_h_: Thanks. :)04:46
tony-smlrSunday Morning Linux Review is Live!!   http://www.youtube.com/channel/UCB0VMOf9Kw53CMh9bl4X5nA?v=LTBbojisxW813:07
brouschBut, it's only Saturday13:10
tony-smlrhaha13:11
tony-smlrwe are also on #smlr13:11
snap-lY'know, for a Sunday morning show, ti's awfully Saturday.14:39
jcastro_rick_h_: around?22:06
snap-lAfternoon / Evening22:29
snap-lreminder: Meeting tomorrow22:29
snap-lShould be a short one, as I don' think we have much going on until next year.22:29
rick_h_jcastro_: yea22:40
rick_h_woot! plumbing day complete22:40
jcastro_hey so22: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_looking22:44
snap-lcss = 400 bad request22:45
rick_h_yea22:45
rick_h_is the old site up?22:45
jcastro_yeah, one sec22:45
jcastro_http://commondatastorage.googleapis.com/www.jorgecastro.org/index.html22:46
jcastro_oh damn22:46
jcastro_I must have messed something up there too22:46
jcastro_snap-l: how can you tell which file it is?22:47
snap-lI was using the chrome web tools (ctrl-shift-c)22:47
rick_h_jcastro_: yea, the link is bad22:47
rick_h_there's no such thing as 70022:47
jcastro_the 400 error seems to be from the google font snippet thing22:49
jcastro_but that can't break my entire site can it?22:49
rick_h_right22:49
rick_h_the url for that is bad22:49
rick_h_well, I wouldn't think so but looking through the rest22:49
rick_h_fix one thing at a time22:49
rick_h_you've got google analytics in there twice in the HEAD22:52
* jcastro_ nods22:52
rick_h_jcastro_: honestly, it looks like you're missing a css file for the theme22:55
rick_h_you've got a screen.css which seems to only do a reset22:55
rick_h_hmm, maybe there's more in there. It's minimized and hard to read22:55
jcastro_yeah22:55
jcastro_but it's been working fine for like a year22:56
jcastro_that's why I am suspecting like a permissions change or something22:56
rick_h_well the files are working when I load them22: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 errors22:57
jcastro_hmmm22:57
rick_h_jcastro_: yea, if I cope that css blob into the HEAD inside of a <style></style> block it's back22:58
rick_h_so it's about that screen.css22:58
rick_h_jcastro_: wtf, your web server is serving the css file as a 'binary/octet-stream' file type23: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_ok23:05
rick_h_the file type should be text/css23:05
rick_h_not some binary octect stream23:05
jcastro_ok23:05
jcastro_fixing that23:05
jcastro_it's just the s3 simple server thing23:05
jcastro_seems to be the same though23:05
jcastro_dinner, bbl, thanks for your help23:06
snap-lUncaught TypeError: Cannot read property 'parentNode' of undefined23:06

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