## Replace the ... text below with a title and a summary of the problem. ## Feel free to remove any remaining comments once you're done! = Asking for Help: ... = Im a begginer in python and pydev. I recently made the "helloworld" program in Pydev. My question is: how do i execute it or open it from the interactive python mode (in the linux terminal) I tried many cmd's , like ./hello.py, import hello.py, python hello.py, but the only thing i got was SyntaxError: invalid syntax, or some other error. also, i have another question. When do we use chmod +x? every time i write it in pydev, i get a X in the left , that means its incorrect. Something like this: X chmod +x. ## Insert your problem description here. You may provide code samples using syntax like this: ## {{{#!python ## ... ## }}} ## Leave the note below so that editors can follow the instructions... {{{#!wiki note When ''answering'' questions, add the CategoryAskingForHelpAnswered category when saving the page. This will move the link to this page from the questions section to the answers section on the [[Asking for Help]] page. }}} ---- CategoryAskingForHelp