"Cannot import DIRECTION_LTR from Pygame"
JoaquinDelaRosa opened this issue · 2 comments
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behaviour:
Simply import pygame_gui
Expected behaviour
The import should be successful.
Platform and software (please complete the following information):
- OS: Windows
- Pygame GUI version 0.6.10
- Pygame version 2.5.2
This happened to me too, i don't know exactly why but i think the last version of pygame is incompatible with pygame_gui. What worked for me was removing pygame and only installing pygame_gui, which will install the right version of pygame.
Pygame GUI works only with the pygame-ce version of pygame - which is the most up to date version. This has allowed us to support features from SDL like Arabic and Hebrew languages which are not supported under the version just called 'pygame' on PyPI.
Unfortunately the 'pygame' PyPI package name/account is held by one individual who doesn't get on well with others. As a result the rest of the pygame contributors have had to continue under the pygame-ce name. I consider pygame-ce to be pygame at this point, it has gained many improvements and new features as it has continued to develop over the past year.