I could not resize my windows on applications that I made with Kivy, so I found out that instead of ssl2 instead of Pygame, Kivy can fix it. I uninstalled Kivy and Pygame, then installed sdl2 and then reinstalled Kivy. However, Kivy is trying to use pygame. Please, help.
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/kivy/core/__init__.py", line 59, in core_select_lib
fromlist=[modulename], level=0)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/kivy/core/window/window_pygame.py", line 8, in <module>
import pygame
source
share