Johannes Loibl

Results 6 comments of Johannes Loibl

I was debugging an entire day now to find out why my GUI tests in pytest are crashing, until I found out that StatusBarManager is not properly recycled. Then I...

Seems to work, seems like there was a major overhaul :) Besides that on version 4.0.0b2 i can see other problems, don't know if they are known: 1. Weird output...

I'm using the commandline terminal of PyCharm 2021.2.1, which in other cases is able to render colors. Win10.

Hey, sorry. When trying to reduce the problem in my application to be simply reproducible, this typo "return 1" in traits_init made the example look like it is showing the...

Ok i got it. Now you should be able to reproduce.

A similar problem related to this is: ``` C:\Users\...\Lib\site-packages\pyface\ui\qt\code_editor\code_widget.py:57: in __init__ font.setStyleHint(QtGui.QFont.TypeWriter) E AttributeError: type object 'QFont' has no attribute 'TypeWriter' ```