Forums

Accidentally delete parameter_443.py

I accidentally deleted the parameters_443.py file in my web2py installation.

Is there a way to create a new one?

Yes, we have a help page on that.

Thanks. I had tried that, but I get an error:

NameError: name 'raw_input' is not defined

Suggestions?

I solved this. I replace 'raw_input' with 'input' in the bash command.

Glad to hear that you made it work!