Python Forum
Python code error on browser.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python code error on browser.
#1
I have this code which works fine when i run it through terminal. But when i get to the link via browser, it gives me an error:
Quote:sh: hdfs: command not found
#!/usr/bin/python

import cgi
import cgitb
import os
import commands

cgitb.enable()

print "content-type:text/html"
print ""

print "--html--"
a=commands.getstatusoutput("hdfs dfs -ls -R /")
print a[1]
Can someone tell me why this is happening?
Output on terminal:
[Image: dFGqW.png]
Reply


Messages In This Thread
Python code error on browser. - by adi.6194 - Oct-27-2016, 06:39 AM
RE: Python code error on browser. - by Ofnuts - Oct-27-2016, 09:18 AM
RE: Python code error on browser. - by adi.6194 - Oct-27-2016, 10:04 AM
RE: Python code error on browser. - by Ofnuts - Oct-27-2016, 03:20 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Code error from Fundamentals of Python Programming van Richard L. Halterman Heidi 12 1,704 Jul-25-2023, 10:32 PM
Last Post: Skaperen
  Syntax error while executing the Python code in Linux DivAsh 8 1,588 Jul-19-2023, 06:27 PM
Last Post: Lahearle
  Compiles Python code with no error but giving out no output - what's wrong with it? pythonflea 6 1,563 Mar-27-2023, 07:38 AM
Last Post: buran
  Error in if-then-else python code Led_Zeppelin 6 2,384 Jul-27-2022, 07:53 PM
Last Post: deanhystad
Question Opening small size browser with python selenium not work, need help greenpine 0 1,623 Feb-07-2022, 11:36 AM
Last Post: greenpine
  Facing error while executing below Python code ramu4651 1 5,736 Jan-26-2021, 06:40 PM
Last Post: ibreeden
  Skeleton file export error Python Code pepapoha 4 3,498 Nov-17-2020, 02:06 AM
Last Post: pepapoha
  Compiling Python 3.8.5 source code results in build error Deepan 0 2,189 Sep-14-2020, 04:11 AM
Last Post: Deepan
  Syntax error in python code sample ErnestTBass 5 3,121 Aug-14-2020, 07:14 PM
Last Post: deanhystad
  Error in Python Code ErnestTBass 4 2,735 Jun-04-2020, 05:28 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020