Jump to content

Recommended Posts

Posted

I created new.py that's showing a test message. https://habladi.helioho.st/cgi-bin/new.py

There are multiple issues with the index.py script you originally had, notably these:

  • The line to import pyinfo was failing for some reason. It's acting like that module isn't available.
  • The file permissions were wrong (need to be 755).
  • Your line endings were not unix style.

Since the pyinfo didn't work, I just made a second file with the test message. I did fix the line endings and permissions on the index.py but it didn't help.

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...