Re: [web2py] update easy_install

2013-01-30 Thread Massimo Di Pierro
I will need help with this. On Thursday, 24 January 2013 18:57:03 UTC-6, rochacbruno wrote: > > > > On Thu, Jan 24, 2013 at 9:34 PM, Massimo Di Pierro > > > wrote: > >> How? >> > > > > http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation > -- --- You received this me

Re: [web2py] update easy_install

2013-01-24 Thread Bruno Rocha
On Thu, Jan 24, 2013 at 9:34 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > How? > http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation --

Re: [web2py] update easy_install

2013-01-24 Thread Massimo Di Pierro
How? On Thursday, 24 January 2013 15:00:39 UTC-6, rochacbruno wrote: > > The web2py on PyPi should be a meta-package, in setup.py it should > download the latest version from website and include on users site-package. > --

Re: [web2py] update easy_install

2013-01-24 Thread Bruno Rocha
The web2py on PyPi should be a meta-package, in setup.py it should download the latest version from website and include on users site-package. --

Re: [web2py] update easy_install

2013-01-24 Thread Derek
Hmm, I just tried pip and same thing, installs 2.1.1 On Wednesday, January 23, 2013 3:09:11 PM UTC-7, Richard wrote: > > Did you try pip? > > Richard > > > On Wed, Jan 23, 2013 at 4:56 PM, Derek >wrote: > >> I know how to get the latest version. I was just mentioning that when I >> run easy_insta

Re: [web2py] update easy_install

2013-01-24 Thread Derek
sorry I meant pypi. On Wednesday, January 23, 2013 3:09:11 PM UTC-7, Richard wrote: > > Did you try pip? > > Richard > > > On Wed, Jan 23, 2013 at 4:56 PM, Derek >wrote: > >> I know how to get the latest version. I was just mentioning that when I >> run easy_install, it tries to install an older

Re: [web2py] update easy_install

2013-01-23 Thread Richard Vézina
Did you try pip? Richard On Wed, Jan 23, 2013 at 4:56 PM, Derek wrote: > I know how to get the latest version. I was just mentioning that when I > run easy_install, it tries to install an older version. Perhaps Massimo can > submit the new version to pip. > > > On Wednesday, January 23, 2013 2

Re: [web2py] update easy_install

2013-01-23 Thread Derek
I know how to get the latest version. I was just mentioning that when I run easy_install, it tries to install an older version. Perhaps Massimo can submit the new version to pip. On Wednesday, January 23, 2013 2:22:30 PM UTC-7, Richard wrote: > > wget http://web2py.com/examples/static/web2py_src

Re: [web2py] update easy_install

2013-01-23 Thread Richard Vézina
wget http://web2py.com/examples/static/web2py_src.zip Latest stable. Then you unzip it where you want. On Wed, Jan 23, 2013 at 3:53 PM, Derek wrote: > running: easy_install web2py - it installs version 2.1.1 - can you make > this install the latest stable version? > > -- > > > > --

[web2py] update easy_install

2013-01-23 Thread Derek
running: easy_install web2py - it installs version 2.1.1 - can you make this install the latest stable version? --