:ERROR 0530:.
The package {package} can't be imported. The installation of the feature {name} should be processed first.
:ERROR 0530:.
The package {package} can't be imported. The installation of the feature {name} should be processed first.
def __init__(self, package, name):
super(sppasPackageFeatureError, self).__init__('')
self._status = 530
self.parameter = error(self._status) + error(self._status, 'globals').format(package=package, name=name)