radjiv
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by radjiv-
radjiv commented,
hello, I am trying to establish a communication of an html form and python, and then python send me back a response. How does python capture the object send by a form post and where to put this py...
-
radjiv created a post,
Use Python
Hello, i install Python in CPanel: the passenger_wsgi.py [CODE=python] import imp import os import sys sys.path.insert(0, os.path.dirname(__file__)) wsgi = imp.load_source('wsgi', 'python') applica...