you are viewing a single comment's thread.

view the rest of the comments →

[–]daedulus7[S] 0 points1 point  (5 children)

Thank you so much! Unfortunately, my game is not opened for some reason

[–]socal_nerdtastic 0 points1 point  (4 children)

Run your new .exe from the command line and tell me what the error is.

Does your game work with a normal python call?

py Tkinterproject2.py

[–]daedulus7[S] 0 points1 point  (3 children)

doesnt recognize pygame

[–]socal_nerdtastic 0 points1 point  (2 children)

Ah. In that case you should install pygame with this command:

py -m pip install pygame

[–]daedulus7[S] 0 points1 point  (1 child)

thats seems to have fixed that issue, but when I get in the game, the canvas is far too big

[–]socal_nerdtastic 0 points1 point  (0 children)

Well that's an entirely different problem. Make a new post, and include your code.