Jump to content

sangwoo

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by sangwoo

  1. I followed the exact steps to running a python file.

     

    first i created a python script in public_html/cgi-bin

     

    then I started the python script with

     

    #!/usr/bin/python3.7

    print("Content-Type: text/html\n\n")

    print("Example")

     

    which shoud give me the text "Example" when I visit sangwoo.heliohost.org/cgi-bin/really.py

     

    but it does not work. when i visit the url, it gives me a 404 error, not a 500 or any other error

     

    Also, when i visit the sangwoo.heliohost.org it saids

     

    "Ahoy! You're seeing this page because HelioHost has not gotten about to installing and configuring your account yet. This process usually takes 24 hours, and once it is complete your website should show up properly. While the account is being created we suggest taking a look at your control panel."

     

    does this mean that when I wait, It will work?

     






     

     

×
×
  • Create New...