[web2py] Re: Install web2py in virtualenv

2013-12-01 Thread Massimo Di Pierro
there is no w2p_clone any more. It was removed in a recent upgrade because it was clear anybody was maintaining it. Please join us on web2py-developers to make a case for it. On Wednesday, 27 November 2013 20:38:15 UTC-6, Christopher Steel wrote: > > > w2p_clone works fine and clones web2py to y

[web2py] Re: Install web2py in virtualenv

2013-11-27 Thread Christopher Steel
w2p_clone works fine and clones web2py to your virtual environment where you can launch it by doing the standard *cd web2py* then *python web2py.py* The original pypi version installs a slimmed down version of gluon only. I would change it but perhaps someone is using it. To complicate matters

Re: [web2py] Re: Install web2py in virtualenv

2013-04-23 Thread Vinicius Assef
Massimo, the problem is when main.py tries to read VERSION info. I just made a test and I could not see VERSION listed in in site-packages/web2py-2.1.1-py2.7.egg-info/installed-files.txt Besides that, settings.py tries to get web2py_path environment variable, but it's not set in a default, just c

[web2py] Re: Install web2py in virtualenv

2013-04-20 Thread Massimo Di Pierro
We need somebody to take charge and help with this. Massimo On Saturday, 20 April 2013 12:02:50 UTC-5, Christopher Steel wrote: > > Confirmed: > > from virtualenv ran "pip install web2py" > > w2p_run gives following output:: > > WARNING:root:Unable to import plural rules: *No module named plural_

[web2py] Re: Install web2py in virtualenv

2013-04-20 Thread Christopher Steel
Confirmed: from virtualenv ran "pip install web2py" w2p_run gives following output:: WARNING:root:Unable to import plural rules: *No module named plural_rules* Traceback (most recent call last): File "/Users/cjs/.virtualenvs/ansible-env/bin/w2p_run", line 17, in import gluon.widget Fil