We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a problem here. I don't know how to solve it
Desktop (please complete the following information):
python SimpleDrawing.py Traceback (most recent call last): File "SimpleDrawing.py", line 10, in <module> import tools File "D:\0SDXX\SimpleDrawing-Desktop-App\tools\__init__.py", line 16, in <module> from tools.dashedLineTool import dashedLineTool File "D:\0SDXX\SimpleDrawing-Desktop-App\tools\dashedLineTool.py", line 7, in <module> def draw_dashed_line(drawing: str, p1: list[float], p2: list[float], color: list[float], thickness: int, spacing: int, tag: str): TypeError: 'type' object is not subscriptable
Thanks for sharing the code, very good program
Do you have any plans to upgrade to the latest version DearPyGui 1.6.X
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a problem here. I don't know how to solve it
Desktop (please complete the following information):
Thanks for sharing the code, very good program
Do you have any plans to upgrade to the latest version DearPyGui 1.6.X
The text was updated successfully, but these errors were encountered: