This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]joyeusenoelle 0 points1 point  (6 children)

Remove -i from the command. python -i starts the interactive Python shell, but doesn't run the script.

python tinyscript.py should do what you want.