Search results

  1. B

    Python

    x10 support Python. Just add the shebang #!/usr/bin/python as the first line of your script. Also make sure there is no syntax error in your code.
  2. B

    Thank you x10hosting

    Glad you all liked it. appreciate the encouragement. -bpathak
  3. B

    Thank you x10hosting

    Hi, I have recently joined x10hosting and find it so impressive. I just wanted to say "Thank you" to the people who are providing this service and the forum members who are prompt with support. Appreciate all your help and thanks again. -bpathak
  4. B

    set a cron job to run any program

    LladyAnna - Are you sure croj jobs are enabled for free hosting? I tried your suggestion and few other threads but the job does not seem to run. I should get an email with the output but that is not happening. Also I tried to write a file on the server through script to check if the cron jobs...
  5. B

    scgiwrap: Caller must be the nobody user

    The problem is resolved. I think I just enabled the simple CGI wrap option in CGIcenter in Cpanel. I hope this was the solution but again you never know. Anyway I am on my way now. Thanks everyone for your efforts and support.
  6. B

    scgiwrap: Caller must be the nobody user

    Mission - The scripts are kept in CGI-BIN directory and SCGI-BIN is empty. Still when I execute I get the error message. Note - Now the error message has changed to - "scgiwrap: Cannot stat cgi script/binary. Does it exist?" I do not know how. I am stuck with this problem and have not changed...
  7. B

    scgiwrap: Caller must be the nobody user

    Thanks adamparkzer Yes the permissions on cgi-bin as well as the script are 755 The script is at below url - http://bpathak.x10hosting.com/scgi-bin/first.cgi Appreciate your help! Edit: Just noticed that this is not related to python. I tried a simple perl script and get the same error. This...
  8. B

    scgiwrap: Caller must be the nobody user

    Hi, I am trying to run a simple python script, but I keep getting error - "scgiwrap: Caller must be the nobody user" I have tried all suggestions provided like !shebang,htaccess etc but nothing has worked so far. #!/usr/bin/python #!/usr/bin/env python print "Content-type: text/html" print...
Top