Matrix. Error in pyxbmct
#1
Hi all,

I have an addon that works perfectly using Leia.

Today I have checked it over Matrix and it crash. In the log I can see the error comes from a file from pyxbmct.

               File "...\addons\script.module.pyxbmct\lib\pyxbmct\addonwindow.py", line 746, in setGeometry
               self.background.setPosition(self.x, self.y)
               AttributeError: 'MyWindow' object has no attribute 'background'

MyWindow is a class defined this way:

              class MyWindow(pyxbmct.AddonDialogWindow)

As I've said, in Leia it works. Can somebody help me ?
Thanks in advance.
Reply
#2
https://github.com/romanvm/script.module...t/issues/9
Reply
#3
(2019-11-04, 13:37)Roman_V_M Wrote: https://github.com/romanvm/script.module...t/issues/9

Thanks very much for your quick answer, Roman.

I will wait for the solution. Thank you very much for your attention and for making this wonderful framework.
Reply
#4
Will you inform here when you fix it or only in Github ?

Thanks again for your attention.
Reply
#5
(2019-11-04, 13:37)Roman_V_M Wrote: https://github.com/romanvm/script.module...t/issues/9

Hi Roman,

I have tried the solution you propose in your github and it works perfectly.

As soon as you update it on your github I will download the new pyxbmct.

Thank you very much for your help.
Reply

Logout Mark Read Team Forum Stats Members Help
Matrix. Error in pyxbmct0