Jump to content

karvp

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by karvp

  1. 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
  2. Thanks. Idk why it didn't work before but it does now.
  3. 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.
  4. Can anyone help me with this?
  5. 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?
  6. The import error is fixed now, thanks a lot
  7. I tried to edit on the web editor, sorry lol
  8. It is currently giving a bunch of 500 errors. I can't get why
  9. I didn't noticed that thanks
  10. It's on ygo.helioho.st
  11. 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
  12. 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.
  13. Thanks!
  14. Hi there, I would like to add a new free subdomain name, karvp.* (karvp.helioho.st, or any that you provide). My username is "karvp" Thank you.
×
×
  • Create New...