[web2py] Re: pycharm "No python interpreter selected"

2019-04-06 Thread Alex Glaros
same question with Wing IDE, what do I enter for python path? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are su

[web2py] Re: pycharm "No python interpreter selected"

2019-04-06 Thread 黄祥
WindowsWindows 10 and Windows 8 1. In Search, search for and then select: System (Control Panel) 2. Click the *Advanced system settings* link. 3. Click *Environment Variables*. In the section *System Variables*, find the PATH environment variable and select it. Click *Edit*. If the

[web2py] Re: pycharm "No python interpreter selected"

2019-04-06 Thread Alex Glaros
I see this attached. What value am I supposed to specify? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subsc

[web2py] Re: pycharm "No python interpreter selected"

2019-04-06 Thread 黄祥
pls check it out https://geek-university.com/python/add-python-to-the-windows-path/ best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) ---

[web2py] Re: pycharm "No python interpreter selected"

2019-04-06 Thread Alex Glaros
my understanding is that it is looking for a file name python.exe but the binary version of windows web2py does not have that file. Do I just point to the gluon directory? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code)

[web2py] Re: pycharm "No python interpreter selected"

2019-04-07 Thread Alex Glaros
I installed source version of web2py windows and that worked. I guess windows binary doesn't have a path to python.exe -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report

[web2py] Re: pycharm "No python interpreter selected"

2019-04-11 Thread Dave S
On Sunday, April 7, 2019 at 10:17:33 PM UTC-7, Alex Glaros wrote: > > I installed source version of web2py windows and that worked. I guess > windows binary doesn't have a path to python.exe > web2py.exe (note the extension) uses a Python dll. The zip file also include py.exe, a light wrapper o