[issue24718] Specify interpreter when running in IDLE

2017-06-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: >From your post, it was unclear to me what you are actually asking for. From >reading the bitbucket thread, it appears that you want something I cannot give >you -- a built-in privileged position in IDLE. However, as I said before, you >can write a pgz exten

[issue24718] Specify interpreter when running in IDLE

2015-07-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: I have in mind the idea of enhancing run module options. In particular, I think there should be a "Run in console" option ("python -i -m ". However I do not understand exactly what you would want. I believe you could now write an extension that would add 'pg

[issue24718] Specify interpreter when running in IDLE

2015-07-25 Thread Daniel Pope
New submission from Daniel Pope: I maintain a library called Pygame Zero which allows beginner programmers to start writing games without lines of boilerplate importing libraries, creating event loops and so on. To support these features, Pygame Zero provides the 'pgzrun' command: pgzrun