sirblood Posted September 29, 2012 Posted September 29, 2012 I made a succesfully working python 2 cgi app, but I can't make a working python3.2 version scripteven I try#!/usr/bin/python3I still get error message and in that there was this line"......... Python/2.4.3 Server at bidakka.heliohost.org Port 80" How can i make a running python 3.2 script
bayparkm Posted October 2, 2012 Posted October 2, 2012 Try using the python 2to3 tool to convert it to a Python 3 scriptOr write it natively for Python 3. Could you provide moreinformation about what's going wrong? Or possible some example codeto show what works and what doesn't seem to be working?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now