View Single Post
Join Date: Nov 2008
Posts: 2
Reputation: payne_99 is an unknown quantity at this point 
Solved Threads: 0
payne_99 payne_99 is offline Offline
Newbie Poster

executing scripts via command line

 
0
  #1
Nov 21st, 2008
Hello!

I'm trying to execute a simple script in the command line, and for some reason, it's not working. Shouldn't it be as simple as this?

  1. python myscript.py

And yet when I try that, I get "Syntax Error: invalid syntax"

I've googled around, read through the docs--I have a feeling that this is probably something silly/small. Any help?

Thanks!
Reply With Quote