Python

uipko

New Member
Messages
1
Reaction score
0
Points
0
@maxwolff
Do you know already how to run python scrips?

Thx,
Uipko
 

bpathak

New Member
Messages
6
Reaction score
0
Points
0
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.
 
Top