This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lordmauve
Recipients lordmauve
Date 2015-07-25.10:40:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437820859.91.0.219785167704.issue24718@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-07-25 10:40:59lordmauvesetrecipients: + lordmauve
2015-07-25 10:40:59lordmauvesetmessageid: <1437820859.91.0.219785167704.issue24718@psf.upfronthosting.co.za>
2015-07-25 10:40:59lordmauvelinkissue24718 messages
2015-07-25 10:40:59lordmauvecreate