Re: [web2py] Not Anable To Start Web2py to Access Admin & IDE Site

2019-09-18 Thread Georges Bengo
Hi Nico, Your lastly presented solution does work, it allows me to go straight to the web2py admin and ide site. Thank you so much! Regards, Georges On Wed, Sep 18, 2019 at 3:46 PM Nico Zanferrari wrote: > Hi Georges, > > this is quite strange. What version of Windows are you using? Is it 32

Re: [web2py] Not Anable To Start Web2py to Access Admin & IDE Site

2019-09-18 Thread Nico Zanferrari
Hi Georges, this is quite strange. What version of Windows are you using? Is it 32 or 64 bit ? Anyhow, you can download the "frozen web2py" from the official site or my repo

Re: [web2py] Not Anable To Start Web2py to Access Admin & IDE Site

2019-09-18 Thread Georges Bengo
Hi Nico, Thank for having taken the time to review my request for help and reply to it. It seems i can't run python 2.7 nor python 3.0 on my pc, getting an error message that tells these version of python can't run on my machine. Is there another i can proceed? Thanks On Wed, Sep 18, 2019, 2:35 A

Re: [web2py] Not Anable To Start Web2py to Access Admin & IDE Site

2019-09-17 Thread Nico Zanferrari
Hi, the error you're getting is because you've installed python 2.7 without adding it to the system's path - and so Windows cannot find it. See here or the second step here