Skip to content Skip to sidebar Skip to footer

Pygame - Compiling To Exe With Cx_freeze

I'm trying to convert my pygame game to exe with Cx_freeze; It works fine when I run it from a script, but when I run it as an exe, it crashes with a: Traceback (most recent call l

Solution 1:

You need to import pygame._view.

There have been many questions on this, search around before you ask a question.


Post a Comment for "Pygame - Compiling To Exe With Cx_freeze"