October 2016
Intermediate to advanced
558 pages
12h 39m
English
Let's modify the cameo.py file to use PygameWindowManager instead of WindowManager. Find the following line in cameo.py:
from managers import WindowManager, CaptureManager
Replace it with:
from managers import PygameWindowManager as WindowManager, \
CaptureManagerThat's all! Now cameo.py uses a Pygame window that should close when the standard Close button is clicked.
Read now
Unlock full access