As an amateur Python coder I am looking for a little help... Having read about waitress, I feel it might be a good step up from mongoose which currently runs our Beekeeper society website. I have installed waitress with pip install on windows 7 using Python 3.7.0. After opening a command window and running python the command 'from waitress import serve' seemed to run ok. The command "serve(python.exe, listen='*:8080')" results in name "python' is not defined" so not sure what to enter for wsgiapp
Also, if it can be made to work, the current code, when necessary, imports cgi and then uses cgi.FieldStorage to obtain username and password. Will waitress provide the same facility. No frameworks (Flask, Django etc.) are used, as it is a relatively small society website. It runs well under mongoose but it seems this server app. is not being maintained any more so we wish to upgrade. Any help would be appreciated... Best wishes to all Stuart -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/eddb4e87-cac2-4981-8f36-5b049e1388d4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
