Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web.py

Python Extracting Binary From A Post Request Using Web.py

I am developing an API that allows outside clients to send a binary file which will be processed. m… Read more Python Extracting Binary From A Post Request Using Web.py

Changing The Static Directory Path In Webpy

I'd love to be able to change the webpy static directory without the need to set up and run ngi… Read more Changing The Static Directory Path In Webpy

Trying To Subclass But Getting Object.__init__() Takes No Parameters

I'm trying to subclass web.form.Form from the webpy framework to change the behavior (it render… Read more Trying To Subclass But Getting Object.__init__() Takes No Parameters