You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pygame 2.6.0 (SDL 2.28.4, Python 3.12.3)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "/home/user/Thermal-Image-Analysis-master/main.py", line 9, in
import pygame_gui as pygui
File "/home/user/.local/lib/python3.12/site-packages/pygame_gui/init.py", line 7, in
from pygame_gui.ui_manager import UIManager
File "/home/user/.local/lib/python3.12/site-packages/pygame_gui/ui_manager.py", line 8, in
from pygame_gui.core.interfaces import IUIManagerInterface
File "/home/user/.local/lib/python3.12/site-packages/pygame_gui/core/init.py", line 1, in
from pygame_gui.core.ui_appearance_theme import UIAppearanceTheme
File "/home/user/.local/lib/python3.12/site-packages/pygame_gui/core/ui_appearance_theme.py", line 11, in
from pygame_gui.core.interfaces.gui_font_interface import IGUIFontInterface
File "/home/user/.local/lib/python3.12/site-packages/pygame_gui/core/interfaces/init.py", line 2, in
from pygame_gui.core.interfaces.font_dictionary_interface import IUIFontDictionaryInterface
File "/home/user/.local/lib/python3.12/site-packages/pygame_gui/core/interfaces/font_dictionary_interface.py", line 2, in
from pygame import DIRECTION_LTR
ImportError: cannot import name 'DIRECTION_LTR' from 'pygame' (/home/user/.local/lib/python3.12/site-packages/pygame/init.py)
The text was updated successfully, but these errors were encountered:
Thermal-Image-Analysis-master$ python3 main.py
pygame 2.6.0 (SDL 2.28.4, Python 3.12.3)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "/home/user/Thermal-Image-Analysis-master/main.py", line 9, in
import pygame_gui as pygui
File "/home/user/.local/lib/python3.12/site-packages/pygame_gui/init.py", line 7, in
from pygame_gui.ui_manager import UIManager
File "/home/user/.local/lib/python3.12/site-packages/pygame_gui/ui_manager.py", line 8, in
from pygame_gui.core.interfaces import IUIManagerInterface
File "/home/user/.local/lib/python3.12/site-packages/pygame_gui/core/init.py", line 1, in
from pygame_gui.core.ui_appearance_theme import UIAppearanceTheme
File "/home/user/.local/lib/python3.12/site-packages/pygame_gui/core/ui_appearance_theme.py", line 11, in
from pygame_gui.core.interfaces.gui_font_interface import IGUIFontInterface
File "/home/user/.local/lib/python3.12/site-packages/pygame_gui/core/interfaces/init.py", line 2, in
from pygame_gui.core.interfaces.font_dictionary_interface import IUIFontDictionaryInterface
File "/home/user/.local/lib/python3.12/site-packages/pygame_gui/core/interfaces/font_dictionary_interface.py", line 2, in
from pygame import DIRECTION_LTR
ImportError: cannot import name 'DIRECTION_LTR' from 'pygame' (/home/user/.local/lib/python3.12/site-packages/pygame/init.py)
The text was updated successfully, but these errors were encountered: