Re: [web2py] Re: py4web - some questions

2020-03-02 Thread Jim Steil
Is there a reason why you aren't just pip installing it? python3 -m pip install --upgrade py4web Jim On Mon, Mar 2, 2020, 7:22 PM lyn2py wrote: > Try me (install from source) >> >> git clone https://github.com/web2py/py4web.git >> cd py4web >> make assets >> make test >> make install >>

[web2py] Re: py4web - some questions

2020-03-02 Thread lyn2py
> > Try me (install from source) > > git clone https://github.com/web2py/py4web.git > cd py4web > make assets > make test > make install > py4web-start.py apps > open http://localhost:8000/todo/index > > https://github.com/web2py/py4web On Tuesday, March 3, 2020 at 1:24:11 AM UTC+8, Jim S wrote:

[web2py] Re: py4web - some questions

2020-03-02 Thread Jim S
Where are you seeing a need for make install? I haven't run across it. -Jim On Monday, March 2, 2020 at 9:39:54 AM UTC-6, lyn2py wrote: > > Hi, > > May I know where is the "right" or "best" place to put my custom modules > (those I wrote myself) in py4web? > > I usually have many controller