Hi,
I found that when i use the web service with apache there is a bad
content-type (text/x-python).
I attached a patch
--
Anthony Catel - Développeur web
Weelya - Improve the web
Tel : 06 17 58 44 13
--- pokerevalwebservice.py 2008-04-02 18:58:16.000000000 +0200
+++ pokerevalwebservice.py 2008-12-06 00:22:04.000000000 +0100
@@ -69,6 +69,7 @@
class PokerEvalWebService:
def GET(self):
input = web.input()
+ web.header("Content-Type","text/plain");
defaultParams = {"game":"holdem","pockets":[],"board":[],"dead":[],"iterations":10000}
kwargs = defaultParams
jsonp = None
_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users