Jump to content

theil

Members
  • Posts

    7
  • Joined

  • Last visited

theil's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank You very much for the fast transfer! Do I need to know something else? According the modules https://krydos1.heli...in/modules27.py, do I have to install them in some way on cPanel or should they work with simply e.g. from matplotlib import pyplot as plt ( http://theil.heliohost.org/cgi-bin/pic.py ) Thnx, Andy
  2. I donated 12 $ via Paypal, confirmation 2NX6036409814142T - plz send me an invitation to Ricky or Tommy. I made it with the Python CGI and need (if possible with 2.7 if not then 3.6) the libs matplotlib, numpy, scipy, pandas and statsmodel (short learning programmes). (can move my stuff myself, too, if preferred) Thnx in advance!
  3. Finally. Set permissions to 755, now it works. Why? Don't ask me. But hope others will find this helpful. -> set to 755 in cpanel/file manager (no write world/group) -> use notepad ++ in windows, just lf no cr Solved so far. Thnx.
  4. Happy 2018! Permissions don't work with 777. Thnx, Andy
  5. Thanks, hope in sight *g* Any suggestion how I would do that easiest in Win10? (i clicked right/security/everyone in dir already can do all... and still 664?) That would be a FAQ topic for implementing Python as CGI...
  6. I try to write an easy basic CGI in python and get this Internal server error 500. What am I doing wrong? user/script theil.heliohost.org/cgi-bin/hello-get.py on johnny just a "Hello World" #!/usr/bin/python[LF] print("Content-Type: text/html\n\n")[LF] print("Hello")[LF] + The [LF] are the right line endings with notepad++. + I changed the permissions on Windows to everyone. Why canĀ“t it just work... Thanks in advance! Andy
×
×
  • Create New...