[New-bugs-announce] [issue24718] Specify interpreter when running in IDLE

Daniel Pope report at bugs.python.org
Sat Jul 25 12:40:59 CEST 2015


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 <script>

(or if you prefer, 'python -m pgzero <script>')

Any workarounds for this, to make games written with this framework run directly in IDLE, would detract from its "zero-boilerplate" approach.

I believe this is similar to, but different from #5680, which is about supplying sys.argv to the running process; this is about switching out interpreter entirely.

This issue corresponds to an issue in the Pygame Zero tracker:

https://bitbucket.org/lordmauve/pgzero/issues/23/add-a-way-of-invoking-pgzrun-on-the

----------
components: IDLE
messages: 247337
nosy: Daniel Pope
priority: normal
severity: normal
status: open
title: Specify interpreter when running in IDLE
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24718>
_______________________________________


More information about the New-bugs-announce mailing list