Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'MainWindow' object has no attribute 'moveWindow' #119

Open
akbarlatifi1994 opened this issue Sep 16, 2024 · 0 comments
Open

Comments

@akbarlatifi1994
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant