You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I have seen this issue was solved, but once again I am encountering this error.
My python packages are as follows:
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
//////////////////////////////////////////////////////////////////////
cairocffi 1.7.1
CairoSVG 2.7.1
cffi 1.17.1
contourpy 1.3.0
cssselect2 0.7.0
cycler 0.12.1
defusedxml 0.7.1
fonttools 4.53.1
kids.cache 0.0.7
kiwisolver 1.4.7
libsass 0.23.0
lxml 5.3.0
matplotlib 3.9.2
mock 5.1.0
numpy 2.1.1
opencv-python 4.10.0.84
packaging 24.1
perlin-noise 1.13
pillow 10.4.0
pip 23.2.1
pycparser 2.22
pyparsing 3.1.4
PyQt6 6.7.1
PyQt6-Qt6 6.7.2
PyQt6_sip 13.8.0
PySide6 6.7.2
PySide6_Addons 6.7.2
PySide6_Essentials 6.7.2
python-dateutil 2.9.0.post0
QT-PyQt-PySide-Custom-Widgets 1.0.2
QtPy 2.4.1
qtsass 0.4.0
setuptools 65.5.0
shiboken6 6.7.2
six 1.16.0
termcolor 2.4.0
tinycss2 1.3.0
watchdog 5.0.2
webencodings 0.5.1
/////////////////////////////////////////////////////////////////////////////////////////////
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
I am encountering this error:
File "D:\Python Env\VirtualBeautyApp\Lib\site-packages\Custom_Widgets\JSonStyles_init_.py", line 863, in applyJsonStyle
getattr(self.ui, str(navigation["moveWindow"])).mouseMoveEvent = self.moveWindow
^^^^^^^^^^^^^^^
AttributeError: 'MainWindow' object has no attribute 'moveWindow'
The text was updated successfully, but these errors were encountered:
Hi.
I have seen this issue was solved, but once again I am encountering this error.
My python packages are as follows:
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
//////////////////////////////////////////////////////////////////////
cairocffi 1.7.1
CairoSVG 2.7.1
cffi 1.17.1
contourpy 1.3.0
cssselect2 0.7.0
cycler 0.12.1
defusedxml 0.7.1
fonttools 4.53.1
kids.cache 0.0.7
kiwisolver 1.4.7
libsass 0.23.0
lxml 5.3.0
matplotlib 3.9.2
mock 5.1.0
numpy 2.1.1
opencv-python 4.10.0.84
packaging 24.1
perlin-noise 1.13
pillow 10.4.0
pip 23.2.1
pycparser 2.22
pyparsing 3.1.4
PyQt6 6.7.1
PyQt6-Qt6 6.7.2
PyQt6_sip 13.8.0
PySide6 6.7.2
PySide6_Addons 6.7.2
PySide6_Essentials 6.7.2
python-dateutil 2.9.0.post0
QT-PyQt-PySide-Custom-Widgets 1.0.2
QtPy 2.4.1
qtsass 0.4.0
setuptools 65.5.0
shiboken6 6.7.2
six 1.16.0
termcolor 2.4.0
tinycss2 1.3.0
watchdog 5.0.2
webencodings 0.5.1
/////////////////////////////////////////////////////////////////////////////////////////////
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
I am encountering this error:
File "D:\Python Env\VirtualBeautyApp\Lib\site-packages\Custom_Widgets\JSonStyles_init_.py", line 863, in applyJsonStyle
getattr(self.ui, str(navigation["moveWindow"])).mouseMoveEvent = self.moveWindow
^^^^^^^^^^^^^^^
AttributeError: 'MainWindow' object has no attribute 'moveWindow'
The text was updated successfully, but these errors were encountered: