Re: [melbourne-pug] melbourne-pug Digest, Vol 93, Issue 1

2014-03-04 Thread Noon Silk
Yep, I'd be interested! On Tue, Mar 4, 2014 at 9:04 AM, Chris Hausler wrote: > Hi, > > Sorry I couldn't make it last night, but I do look forward to attending a > meeting in a may :-) > I've just moved back to melbourne and I'm not entirely sure what the > interests of the group are, but I woul

Re: [melbourne-pug] melbourne-pug Digest, Vol 93, Issue 1

2014-03-04 Thread Tennessee Leeuwenburg
It says that site is unavailable, but jumping to conclusions, if any MPUG'ers feel like catching up for lunch in the CBD periodically, I'd be enthusiastic. On Wed, Mar 5, 2014 at 9:04 AM, Noon Silk wrote: > Yep, I'd be interested! > > > On Tue, Mar 4, 2014 at 9:04 AM, Chris Hausler wrote: > >>

Re: [melbourne-pug] melbourne-pug Digest, Vol 93, Issue 1

2014-03-04 Thread Javier Candeira
Hi Chris, That sounds like a neat presentation. So right now we have for next month (April): Tim - web2py And for May: Chris - Machine Learning with Pandas/scikit Can you guys write yourselves up in the wiki for your respective months with a title and a one-line explanation? https://wiki.pyth

Re: [melbourne-pug] melbourne-pug Digest, Vol 93, Issue 1

2014-03-04 Thread Noon Silk
> It says that site is unavailable, but jumping to conclusions, if any MPUG'ers feel like catching > up for lunch in the CBD periodically, I'd be enthusiastic. Ah, sorry, that's my very old email signature. I moved the quantum-lunch reading group website here: - http://silky.github.io/quantum-lun

[melbourne-pug] pip will not downgrade to django 1.5.5 from 1.6.2 on ubuntu 12.04

2014-03-04 Thread Mike Dewhirst
Is there a special incantation for pip on Ubuntu??? Notice the "Requested django==1.5.5, but installing version 1.6.2" line below. I couldn't see anything obviously wrong with what I did. It works fine on Windows. (Aside: I was able to install using easy_install) mike@pq3:~$ sudo pip uninsta

Re: [melbourne-pug] pip will not downgrade to django 1.5.5 from 1.6.2 on ubuntu 12.04

2014-03-04 Thread Brenton Cleeland
This works fine for me on Ubuntu using the -U option. (piprot-io)sesh@brntn:~/$ pip install -U Django==1.6.1 > Downloading/unpacking Django==1.6.1 > Downloading Django-1.6.1.tar.gz (6.6MB): 6.6MB downloaded > Running setup.py egg_info for package Django > warning: no previously-included fi

Re: [melbourne-pug] pip will not downgrade to django 1.5.5 from 1.6.2 on ubuntu 12.04

2014-03-04 Thread Mike Dewhirst
On 5/03/2014 4:29pm, Brenton Cleeland wrote: This works fine for me on Ubuntu using the -U option. Thanks Brenton :) Mike (piprot-io)sesh@brntn:~/$ pip install -U Django==1.6.1 Downloading/unpacking Django==1.6.1 Downloading Django-1.6.1.tar.gz (6.6MB): 6.6MB downloaded