Re: [web2py] setup.py to install web2py globally into the python env/virtualenv

2011-03-21 Thread Martín Mulone
Thanks praneeth for the contribution, I think this is great. 2011/3/20 Praneeth Bodduluri > Hello all, > > In an attempt to make web2py pip installable, so that I can use gluon > as a module in other python programs, I created a setup.py that can be > used to create a source dist for PyPI. Attac

Re: [web2py] setup.py to install web2py globally into the python env/virtualenv

2011-03-20 Thread Jason (spot) Brower
This is a great thing to put web2py to a new level of quality. Thanks! On 20 Mar 2011 23:34, "Praneeth Bodduluri" wrote: > > Hello all, > > In an attempt to make web2py pip installable, so that I can use gluon > as a module in other python programs, I created a setup.py that can be > used to crea

[web2py] setup.py to install web2py globally into the python env/virtualenv

2011-03-20 Thread Praneeth Bodduluri
Hello all, In an attempt to make web2py pip installable, so that I can use gluon as a module in other python programs, I created a setup.py that can be used to create a source dist for PyPI. Attached are the files that need to be placed in the web2py root directory. To create the source distribut