justpy icon indicating copy to clipboard operation
justpy copied to clipboard

Pythonanywhere deployment

Open MateoSaez opened this issue 3 years ago • 1 comments

Hi everyone.

Does someone tried to deploy a justpy project through pythonAnywhere? I can't make the IP address binding part as it explained at: https://justpy.io/tutorial/deployment/

I get the next server error output: ERROR: [Errno 13] error while attempting to bind on address ('0.0.0.0', 80): permission denied

(Maybe it is an easy one issue but i get stacked)

Thanks in advance

Mateo

MateoSaez avatar Jul 09 '21 09:07 MateoSaez

PythonAnywhere does not currently support websockets. Maybe that is the issue. Another possibility is that you need to set the host and port. See https://justpy.io/reference/justpy/

elimintz avatar Jul 09 '21 13:07 elimintz