Hi How do i run python scripts ? detailed guide is preferred. thanks
M maxwolff New Member Messages 1 Reaction score 0 Points 0 Jun 13, 2009 #1 Hi How do i run python scripts ? detailed guide is preferred. thanks
U uipko New Member Messages 1 Reaction score 0 Points 0 Jul 27, 2009 #2 @maxwolff Do you know already how to run python scrips? Thx, Uipko
B bpathak New Member Messages 6 Reaction score 0 Points 0 Jul 27, 2009 #3 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.
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.