You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When app using qtawesome executed another process can't access ttf files to read or delete.
Possible fix:
with open(os.path.join(directory, ttf_filename), 'rb') as font_data:
id_ = QFontDatabase.addApplicationFontFromData(QByteArray(font_data.read()))
font_data.close()
The text was updated successfully, but these errors were encountered:
When app using qtawesome executed another process can't access ttf files to read or delete.
Possible fix:
The text was updated successfully, but these errors were encountered: