sistemicorp
sistemicorp
## Version of Dear PyGui Version: 1.6.3 Operating System: Ubuntu and RPi ## My Issue/Question Prior to commit c3e47899c4054ef9482922f5bfcaffcf11391c96 my application plot axis are as expected. With that commit and...
**Use Case:** When the app is configured with, dpg.configure_app(wait_for_input=True) Provide an API so that the condition of user input can be simulated (or otherwise "triggered"). **Describe the solution you'd like**...
## Version of Dear PyGui Version: 1.6.1 (and 1.5.1) Operating System: Windows 10 Home 19043.1645 Python: Python 3.10.4 (tags/v3.10.4:9d38120, Mar 23 2022, 23:13:41) [MSC v.1929 64 bit (AMD64)] on win32...
**Is your feature request related to a problem? Please describe.** Unable to assign a horizontal drag line to the 2nd (or 3rd) Y-Axis. The callback values are from the primary...
Python code using `dearpygui` that works in the interpreter, is raising a num arguments error for the Nuitka compiled version. Tested on Windows and Ubuntu with Python 3.9 and 3.10...
I am trying to build `tytools` on Ubuntu VM (VMware) (host is Windows 11), ``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS...
When I try and run the example [here](https://pythonhosted.org/Flask-Security/quickstart.html#id6) I get the following traceback, ``` Traceback (most recent call last): File "/home/martin/PycharmProjects/flaskPeewee_01/test.py", line 20, in class Role(db.Model, RoleMixin): AttributeError: 'Database' object...
**Describe the bug** It was not clear how to build Python bindings from the instructions. **To Reproduce** Current Build instructions: ``` mkdir bin cd bin cmake .. cmake --build ....
Install fails, ``` >python -m pip install lttbc DEPRECATION: Loading egg at c:\git\a48-p1150dpgapp\venv312\lib\site-packages\cobs-0.1.0-py3.12-win-amd64.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for...
Struggling to install and build test.py on Windows. I search all issues. Using Python 3.12. I did install `conan==1.62.0`. The linux instructions have `sudo apt-get install shedskin` which there is...