QStandardPaths.AppLocalDataLocation missing in PyQt6?
Marko Luther
marko.luther at gmx.net
Thu Aug 26 18:16:59 BST 2021
Dear Phil,
is AppLocalDataLocation no longer exported from QStandardPaths on PyQt6? I am using PyQt 6.1.1 from pip.
>>> from PyQt6.QtCore import QStandardPaths
>>> QStandardPaths.AppLocalDataLocation
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: type object 'QStandardPaths' has no attribute 'AppLocalDataLocation'
Best,
Marko
More information about the PyQt
mailing list