Replies: 3 comments 1 reply
-
Hello @Minty73 could you please specify when you are getting this error? Could you please share the code snippet you are using this library in? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello @Minty73 I made a new release |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
error with importing module: Traceback (most recent call last):
File "C:\Users\User\Desktop\Downloads\pyQt-example.py", line 1, in
from hPyT import *
File "C:\Users\User\AppData\Local\Programs\Python\Python38\lib\site-packages\hPyT_init_.py", line 9, in
from .hPyT import (
File "C:\Users\User\AppData\Local\Programs\Python\Python38\lib\site-packages\hPyT\hPyT.py", line 340, in
class title_bar_color:
File "C:\Users\User\AppData\Local\Programs\Python\Python38\lib\site-packages\hPyT\hPyT.py", line 343, in title_bar_color
def set(cls, window, color: tuple[int, int, int]|str) -> None:
TypeError: 'type' object is not subscriptable
Beta Was this translation helpful? Give feedback.
All reactions