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 Quote
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? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.