Popups issues #1241
kris-geyer
started this conversation in
Trash
Popups issues
#1241
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
Just want to say that I love dearPyGui, it is exactly wanted after struggling with tkinter.
I just wanted to point out that I ran the pop-up tutorial here (https://github-wiki-see.page/m/hoffstadt/DearPyGui/wiki/Popups)
import dearpygui.dearpygui as dpg
with dpg.window(label="Tutorial"):
dpg.start_dearpygui()
This simply returned: popup() got an unexpected key word argument 'id'.
I'm running on dearpygui: 0.8.64.
Beta Was this translation helpful? Give feedback.
All reactions