https://bugs.documentfoundation.org/show_bug.cgi?id=167073
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #3 from Mike Kaganski <[email protected]> --- 'NoneType' object has no attribute 'createInstanceWithArguments' Traceback (most recent call last): File "C:\lo\build\instdir\user\uno_packages\cache\uno_packages\lu362em.tmp_\MRI-1.3.4.oxt\pythonpath\mytools_Mri\ui\__init__.py", line 47, in __init__ mytools_Mri.ui.frame.create_frame(self, ctx, smgr, File "C:\lo\build\instdir\user\uno_packages\cache\uno_packages\lu362em.tmp_\MRI-1.3.4.oxt\pythonpath\mytools_Mri\ui\frame.py", line 348, in create_frame frame, window = _create_frame(self, ctx, smgr, ps) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\lo\build\instdir\user\uno_packages\cache\uno_packages\lu362em.tmp_\MRI-1.3.4.oxt\pythonpath\mytools_Mri\ui\frame.py", line 34, in _create_frame 'com.sun.star.frame.TaskCreator', ctx).createInstanceWithArguments( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'createInstanceWithArguments' Exception 'MRIUi' object has no attribute 'pages' Traceback (most recent call last): File "C:\lo\build\instdir\user\uno_packages\cache\uno_packages\lu362em.tmp_\MRI-1.3.4.oxt\pythonpath\mytools_Mri\component.py", line 64, in _run_mri mri = mytools_Mri.MRI(self.ctx, mytools_Mri.ui.MRIUi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\lo\build\instdir\user\uno_packages\cache\uno_packages\lu362em.tmp_\MRI-1.3.4.oxt\pythonpath\mytools_Mri\__init__.py", line 54, in __init__ self.ui = ui_class(ctx, self) ^^^^^^^^^^^^^^^^^^^ File "C:\lo\build\instdir\user\uno_packages\cache\uno_packages\lu362em.tmp_\MRI-1.3.4.oxt\pythonpath\mytools_Mri\ui\__init__.py", line 54, in __init__ self._init_ui() File "C:\lo\build\instdir\user\uno_packages\cache\uno_packages\lu362em.tmp_\MRI-1.3.4.oxt\pythonpath\mytools_Mri\ui\__init__.py", line 59, in _init_ui self.pages.set_font(config.font_name, config.char_size) ^^^^^^^^^^ AttributeError: 'MRIUi' object has no attribute 'pages' -- You are receiving this mail because: You are the assignee for the bug.
