Jump to content

sangwoo

Members
  • Posts

    7
  • Joined

  • Last visited

sangwoo's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. It has been more than 36 hours, and http://sangwoo.heliohost.org still shows an account queued sign. please help
  2. still not working when do you think my domain can be created? I actually don't need to create a website, but i just want a place to run my python code that sends emails to me when a certain thing happens. Is there any way to run a python script on heliohost without a domain?
  3. 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?
  4. Can you please tell me when it can be installed?
  5. Actually it is python 3.7, but I think my code is compatible with 3.6
  6. I am a beginner that just started using heliohost, but some of the libraries that I use on my python code aren't supported on the server:( Is there a way to install these? my server is ricky and the libraries that I need are: requests bs4 smtlib ssl time os email please help
×
×
  • Create New...