Jump to content

Recommended Posts

Posted

I made a succesfully working python 2 cgi app, but I can't make a working python3.2 version script

even I try

#!/usr/bin/python3

I 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

Posted

Try using the python 2to3 tool to convert it to a Python 3 script

Or write it natively for Python 3. Could you provide more

information about what's going wrong? Or possible some example code

to show what works and what doesn't seem to be working?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...