Home » Support » Index of All Documentation » How-Tos » How-Tos for Other Libraries »

5.2. Using Wing IDE with pygame

Wing IDE is an integrated development environment for the Python programming language. Wing can be used to speed up the process of writing and debugging code that is written for pygame, an open source framework for game development with Python..

To get started, refer to the tutorial in the Help menu in Wing and/or the Wing IDE Quickstart Guide.

Debugging pygame

You should be able to debug pygame code with Wing just by starting debug from the IDE. However, pygame running in full screen mode will not work properly and may crash Wing. Use window mode instead.

This problem exists with other Python IDEs as well; we have not yet determined what the cause is.

Related Documents

Wing IDE provides many other options and tools. For more information:

« 5.1. Using Wing IDE with CygwinTable of Contents5.3. Using Wing IDE with Blender »