web.py
More efficient web framework than Web.py? Extremely Pythonic please! [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-01-02 07:03 分类:问答Is www.example.com/post/21/edit a RESTful URI? I think I know the answer, but have another question
I\'m almost afraid to post this question, there has to be an obvious answer I\'ve overlooked, but here I go:[详细]
2022-12-29 00:42 分类:问答plupload with webpy
I would like to upload a file with pluploadwith the HTML5 runtime. This is my html/js code : jQuery(function(){[详细]
2022-12-26 20:26 分类:问答replace only one variable in web.py templates
I am passing variable to template in web.py and have the same condition in some places. Like this: $if myvar==\"string1\":[详细]
2022-12-22 09:20 分类:问答Running a python script from webpy
I setup a lighttpd server along with webpy and fastcgi.I am trying to simply run a python script everytime the wenpy app is accessed.Though it seems even when I give the normal python code to execute[详细]
2022-12-21 18:01 分类:问答InternalError: current transaction is aborted, commands ignored until end of transaction block
I\'m getting this error when doing database calls in a sub process using multiprocessing library. Visit : Pastie[详细]
2022-12-19 13:44 分类:问答Which is web.py killer app?
A killer app is an app that make a library or framework famous. I think web.py is quite famous, but I don\'t know any big, widely used app written in web.py.[详细]
2022-12-19 12:41 分类:问答Send a file with webpy and urllib2
I need to send a file to another server using oauth and webpy. For now I\'ll ignore the oauth part as sending the file itself is already a challenge.[详细]
2022-12-14 17:32 分类:问答Detect prematurely closed connection in web.py
Is there a way in Web.py to detect and handle connection being closed by user while the request is processing?[详细]
2022-12-09 13:58 分类:问答