Open grahamperrin opened 2 years ago
NameError: name 'QObject' is not defined
Maybe try something like https://gis.stackexchange.com/a/296346 …
adduser(8) remains usable. Integral to FreeBSD.
Does adding from PyQt5.QtCore import QObject
fix this @grahamperrin?
We are using QObject in many Python files: https://github.com/search?l=Python&q=org%3AhelloSystem+QObject&type=Code
adding
from PyQt5.QtCore import QObject
How is that done?
Actually it is already there:
Strange.
After upgrades (for security etc.), the Users application is no longer usable.
To Reproduce
hello-0.7.0_0G160-FreeBSD-13.0-amd64.iso
pkg delete localize
to avoidhttps://github.com/helloSystem/ISO/issues/404
hello
Expected
Screenshots
Version (please complete the following information):
Additional context
Switching from quarterly to latest is not a workaround.