> I still have the same issue with PyQt: > Traceback (most recent call last): > File "__main__.pyw", line 34, in <module> > from app import app > File "Z:\kubos\kubos\app.py", line 22, in <module> > app.run() > File "Z:\kubos\kubos\appclass.py", line 93, in run > self.load_actions('actions.help') > File "Z:\kubos\kubos\lib\cadappqt.py", line 63, in load_actions > module = _importlib.import_module(name) > File "C:\Python27\lib\importlib\__init__.py", line 37, in import_module > __import__(name) > File "Z:\kubos\kubos\actions\help.py", line 77, in <module> > open_known_issues = Action(known_issues.show, ['&Help', '&Known > Issues']) > File "Z:\kubos\kubos\lib\action.py", line 25, in __init__ > if QIcon.hasThemeIcon(icon): > TypeError: QIcon.hasThemeIcon(QString): argument 1 has unexpected type > 'NoneType' > > Thomas
Thanks again for testing and for the report! This feedback is very valuable for me! I've tried to fix this issue as well. New version is here: http://sourceforge.net/projects/kubos/files/kubos-0.2a3.zip/download Marko _______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users