Jump to content

karvp

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by karvp

  1. Can you help me? I'm new at this
  2. That's good to hear, thank you. I must have wasted my time
  3. Sorry for the disturbance. I am contacting my domain registrar.
  4. One more thing, can you edit dns to add these two nameservers? cory.ns.cloudflare.com imani.ns.cloudflare.com Thanks.
  5. Hi there, I would like to add this domain, ygio.uk.to Thank you.
  6. I got this when trying to run a simple hello world: Btw, if I add the shebang:
  7. Hello, I would like to know if I can schedule a Python task to be executed at certain times. Thanks.
  8. Yes, I noticed it. I wonder if we have a way to find logs like Krydos did in my previous post
  9. So after a while I found out where I was wrong (I used the wrong type). However I still want to keep this topic up because debugging without error messages is such a challenge
  10. Hello, my current website using Python Flask isn't working (i.e., HTTP 500), but I don't know where the error log is (or probably it isn't available for me?). I tried to catch the error internally but failed. Please help me
  11. Thanks. Idk why it didn't work before but it does now.
  12. I am using Python. The folder permission is 'rwx r-x r-x' all the way down to the file from httpdocs (I changed it recursively). However, the file stayed at 'rw- r-- r--' no matter how I changed it. Also, when I try to write a non-existent file open("nonexist.ext", "w") It also result with an permission error. Anyway, when I tried to write a file from php, it worked. I thought about using FTP and binding php with python but it consumes more memory and cpu, which I don't want it to.
  13. Hello, so I got this error when trying to write a file: PermissionError: [Errno 13] Does Heliohost's Johnny server allow us to write? And if not, are there alternative ways?
  14. The import error is fixed now, thanks a lot
  15. I tried to edit on the web editor, sorry lol
  16. It is currently giving a bunch of 500 errors. I can't get why
  17. I am using python flask to run a server and currently having this issue: ImportError: Interpreter change detected - this module can only be loaded into one interpreter per process. So I googled about it and found that we can insert this into the .conf file WSGIApplicationGroup %{GLOBAL} However, I don't know how to do it here. I have tried many different ways like: # flask.wsgi file import os # ... from server import app as application application.config["WSGIApplicationGroup"] = os.environ["GLOBAL"] But it raised a KeyError. How can I solve this issue? Any ideas are appreciated
  18. I’m currently working with python3.10 and need some libraries, but then I found that I couldn't install these modules. Please help me. requests==2.31.0 python-docx==1.1.0 beautifulsoup4==4.12.3 Thanks in advance.
×
×
  • Create New...