- Added support for PyQt.
- Refactored widgets to catch ModuleNotFoundErrors.
This commit is contained in:
@ -1,8 +1,4 @@
|
||||
from .chart import Chart
|
||||
from .js import LWC
|
||||
|
||||
try:
|
||||
import wx.html2
|
||||
from .widgets import WxChart
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user