Can I run a Python script in the interactive window (so that I can view the values of variables, test code changes, etc.)? How do I do it?
Thanks, Lou
i.e. run a script with the -i switch...
There is a preference setting that works found under.
Options/Preferences... General Tab Python arguments (eg "-i"):
Enter -i in the field to get an interactive shell when scripts are run. (I wish more IDE's worked this way :> )
Thanks, Brandon - can't imagine how I missed that. I must have looked right at it several times. I agree, DrPython is the best IDE I've found
Log in to post a comment.
Can I run a Python script in the interactive window (so that I can view the values of variables, test code changes, etc.)? How do I do it?
Thanks,
Lou
i.e. run a script with the -i switch...
There is a preference setting that works found under.
Options/Preferences...
General Tab
Python arguments (eg "-i"):
Enter -i in the field to get an interactive shell when scripts are run. (I wish more IDE's worked this way :> )
Thanks, Brandon - can't imagine how I missed that. I must have looked right at it several times. I agree, DrPython is the best IDE I've found