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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...