radjiv
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by radjiv-
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...