Closed hjroyal closed 3 months ago
hi @hjroyal, it's hard to tell what this issue is. is this a bug report?
if so, please tell me what code you ran to get this error, and if that DirectWrite
line is an exception you received, please give the full traceback
Yes. Thank you for your reply. I updated my question and I guess it's a Windows 11 problem.
thank you. Ultimately, this is likely to be a broader Qt problem for you, and not a magicgui issue. However, if you can give me the full error message, including the traceback (i.e. NOT just the bit including DirectWrite: CreateFontFaceFromHDC()
... but rather the entire error message, including file names and line numbers) I might be help a bit more
@hjroyal I think it's a windows x Qt issue. It's not an error but a log output by Qt at C++ level.
It's not an error but a log output by Qt at C++ level.
ahh, is that true @hjroyal? Does the example otherwise work? You're just seeing this printed to your console?
1. Environment :
2. Problem: I followed the tutorial on the official website and tried to run the following example code to get an error.
3. Actions: pip install magicgui pip install PyQt5 run test.py