Re: [web2py] Re: Setup.py

2015-04-27 Thread Angelo Compagnucci
Hi Massimo, I will look into this. So in the end is definitively possibile to install web2py core with python distutils and keep the application outside. I'll try with having applications in /var/www and serve that with apache using web2py. I'll post my results as soon as possible. Sincerely,

Re: [web2py] Re: Setup.py

2015-04-20 Thread Massimo Di Pierro
It is possible to have a the gluon folder under site packages and the applications folder somewhere else. This used to work. I am not sure how and when it broke but it has nothing to do with the web2py default folder structure. Perhaps the problem is that the options.py example moved from

Re: [web2py] Re: Setup.py

2015-04-20 Thread Angelo Compagnucci
Hi Massimo, I'm trying to look at it. I have only a question about permission. Applications should run in a writable folder such as the whole web2py. I don't think there is an easy way to give writable permissions to slices of python sitepackage. I don't think also web2py could be disjointed to

[web2py] Re: Setup.py

2015-04-17 Thread Massimo Di Pierro
It is very well possible that it does not work. Somebody should adopt it. On Friday, 17 April 2015 15:05:37 UTC-5, AngeloC wrote: Hello List, I'm trying to understand how setup.py works. It seems to me that it doesn't work. There is no web2py binary in system path or somewhere else.

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

2011-03-21 Thread Praneeth Bodduluri
Massimo, Submitted at: https://code.google.com/p/web2py/issues/detail?id=220 -- Praneeth IRC: lifeeth On Mon, Mar 21, 2011 at 9:59 AM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: This is great! Monday and Tuesday are busy days for me but I will check this asap. Please open a web2py

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

2011-03-20 Thread Massimo Di Pierro
This is great! Monday and Tuesday are busy days for me but I will check this asap. Please open a web2py issue on google code to make sure this is tracked. Massimo On Mar 20, 4:34 pm, Praneeth Bodduluri life...@gmail.com wrote: Hello all, In an attempt to make web2py pip installable, so that I