[web2py] Re: pip install web2py

2011-08-28 Thread Christopher Steel
Done, now in trunk and in Pypi. See http://code.google.com/p/web2pypi/ for details Running: pip install web2py now gives you w2p_clone - replaces web2py_clone w2p_apps - replaces mkweb2pyenv w2p_run - replaces runweb2py Cheers, Chris

[web2py] Re: pip install web2py

2011-08-28 Thread Christopher Steel
Fix is posted here http://code.google.com/p/web2pypi/ basically copy everything into web2py's main directory and then from the terminal run: python setup sdist This will create an updated package in web2py/dist that you can install using similar to: pip install web2py-1.98.2.tar

[web2py] Re: pip install web2py

2011-08-28 Thread Christopher Steel
Note: We ( I? ) could get a mercurial repo going for this in order to make it easier to maintain. Now it is a scattered collection of files. In the mean time here is a rough how to for anyone that needs it... Creating your own pip installable pypi dstribution of Web2py If you have the latest ve

[web2py] Re: pip install web2py

2011-08-28 Thread Christopher Steel
You found a glitch, good call nekrox. The updated version does not include env.tar for some reason, I will check it out. In the mean tine here a link to the old version which does include env.tar (it is also included in Web2py) http://pypi.python.org/packages/source/w/web2py/web2py-1.96.4.

[web2py] Re: pip install web2py

2011-08-27 Thread nekrox
Hi de packages has a bug, when i exec mkweb2pyenv the script dont found env.tar and the web2pyenv dont create. On 10 ago, 15:07, Chris Steel wrote: > Users of pip and virtual environments (virtualenv) can now make user of the > latest version of Web2py when installing from Pypi  and have the opt