SyntaxFix
Write A Post
Hire A Developer
Questions
Add the following to the top of your Python file.
import sys sys.argv = [ __file__, 'arg1', 'arg2' ]
Now, you can simply right click on the Python script.