rjdbcm / Aspidites

The reference implementation of the Woma Programming Language compiler.
http://aspidites.org
GNU General Public License v3.0
2 stars 1 forks source link

Fix dearpygui module not found #30

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 3 years ago

Fix dearpygui module not found

import dearpygui.dearpygui as dpg

this = sys.modules[name]

setattr(this, i, getattr(dpg, i))

https://github.com/rjdbcm/Aspidites/blob/a7fb18b36690dc0fa62103df6a695b6ac710619b/Aspidites/woma/guiutils.py#L3


"""Disabled as of 2.1.6 but it does seem to work.Except with CD
"""
# TODO Fix dearpygui module not found
# import dearpygui.dearpygui as dpg
#
# import sys
# this = sys.modules[__name__]
#
# for i in dir(dpg):
#     setattr(this, i, getattr(dpg, i))

ba3f4637877d37c979270f2f5e0f04a261bc07ca

github-actions[bot] commented 2 years ago

Closed in 0ecd2b48481b3fcdd86e9ee0726f0ed9da49a649