I wonder how I do kill the child when I fork in the console, I haven't tried in WSGI but I guess it the same problem.
Here is the error:
:::python <br /> Traceback (most recent call last): File "/home/emj/mohahahh.py", line 39, in <module> <br /> exit() <br /> File "/usr/local/lib/python2.7/site.py", line 372, in call <br /> raise SystemExit(code)