Hi
How do i run python scripts ?
detailed guide is preferred.
thanks
Hi
How do i run python scripts ?
detailed guide is preferred.
thanks
@maxwolff
Do you know already how to run python scrips?
Thx,
Uipko
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.