Hello all, i'm a linux newbie so please forgive me for silly questions.
I cannot execute any .py files, when i type for example
filename.py i get no output, just nothing happens. python is located at /usr/bin/python and i put a
#!/usr/bin/python sheabang at the beginnig. I cannot execute any of them. This problem occured a few days ago and i did not make any system changes - i guess.
Before that, typing
python -V
used to give me the output:
Python 2.2.3
but now i get nothing, it simply gives no output and gets back to terminal screen for a new command.Basically it looks like as follows:
#python -V
#
I have root access and tried everything. Please help. Thanks in advance.
I cannot execute any .py files, when i type for example
filename.py i get no output, just nothing happens. python is located at /usr/bin/python and i put a
#!/usr/bin/python sheabang at the beginnig. I cannot execute any of them. This problem occured a few days ago and i did not make any system changes - i guess.
Before that, typing
python -V
used to give me the output:
Python 2.2.3
but now i get nothing, it simply gives no output and gets back to terminal screen for a new command.Basically it looks like as follows:
#python -V
#
I have root access and tried everything. Please help. Thanks in advance.