Felix

Results 9 comments of Felix

just met the same issue when using termux with android 5, maybe check https://github.com/termux/termux-app/wiki/Termux-on-android-5-or-6

@v-ein thanks for your quick response! seems there is no easy way to fix this ...

Thanks @v-ein, i tried asyncio below, seems still not work? (I have little experience of asyncio) ```python import asyncio import dearpygui.dearpygui as dpg dpg.create_context() async def msgbox(): def on_msgbox_btn_click(sender, data,...

@v-ein thanks for your great guide, finally i work out the solution below, hope it can help somebody looking for this too. target: pythonic popup messagebox in dearpygui ```python do_sth_step1(...)...

thanks again @v-ein, i revised code above: besides remove `time.sleep` from sync way, for aysncio version: (1) `asyncio.Event` looks more pythnoic' (2) `create_task` or `await` in handleing callbacks - depends...

@KevinHuSh thanks! and could you please give more details about how to solve it? i follow the instruction with docker to install but met this issue... strange