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
I am running winregrc/sam.py file in python 3.5.4 windows.
Getting this error.
Traceback (most recent call last):
File "sam.py", line 113, in
class SecurityAccountManagerDataParser(object):
File "sam.py", line 289, in SecurityAccountManagerDataParser
yaml_definition=_DATA_TYPE_FABRIC_DEFINITION)
File "C:\Users\hp pc\AppData\Local\Programs\Python\Python35\lib\site-packages\dtfabric\runtime\fabric.py", line 26, in init
definitions_reader.ReadFileObject(definitions_registry, file_object)
File "C:\Users\hp pc\AppData\Local\Programs\Python\Python35\lib\site-packages\dtfabric\reader.py", line 857, in ReadFileObject
definitions_registry, yaml_definition)
File "C:\Users\hp pc\AppData\Local\Programs\Python\Python35\lib\site-packages\dtfabric\reader.py", line 778, in _ReadDefinition
return data_type_callback(definitions_registry, definition_values, name)
File "C:\Users\hp pc\AppData\Local\Programs\Python\Python35\lib\site-packages\dtfabric\reader.py", line 687, in _ReadStructureDataTypeDefinition
definition_name)
File "C:\Users\hp pc\AppData\Local\Programs\Python\Python35\lib\site-packages\dtfabric\reader.py", line 166, in _ReadDataTypeDefinitionWithMembers
definitions_registry, member, definition_object.name)
File "C:\Users\hp pc\AppData\Local\Programs\Python\Python35\lib\site-packages\dtfabric\reader.py", line 493, in _ReadMemberDataTypeDefinitionMember
if len(type_values) > 1:
TypeError: object of type 'filter' has no len()
The text was updated successfully, but these errors were encountered:
I am running winregrc/sam.py file in python 3.5.4 windows.
Getting this error.
Traceback (most recent call last):
File "sam.py", line 113, in
class SecurityAccountManagerDataParser(object):
File "sam.py", line 289, in SecurityAccountManagerDataParser
yaml_definition=_DATA_TYPE_FABRIC_DEFINITION)
File "C:\Users\hp pc\AppData\Local\Programs\Python\Python35\lib\site-packages\dtfabric\runtime\fabric.py", line 26, in init
definitions_reader.ReadFileObject(definitions_registry, file_object)
File "C:\Users\hp pc\AppData\Local\Programs\Python\Python35\lib\site-packages\dtfabric\reader.py", line 857, in ReadFileObject
definitions_registry, yaml_definition)
File "C:\Users\hp pc\AppData\Local\Programs\Python\Python35\lib\site-packages\dtfabric\reader.py", line 778, in _ReadDefinition
return data_type_callback(definitions_registry, definition_values, name)
File "C:\Users\hp pc\AppData\Local\Programs\Python\Python35\lib\site-packages\dtfabric\reader.py", line 687, in _ReadStructureDataTypeDefinition
definition_name)
File "C:\Users\hp pc\AppData\Local\Programs\Python\Python35\lib\site-packages\dtfabric\reader.py", line 166, in _ReadDataTypeDefinitionWithMembers
definitions_registry, member, definition_object.name)
File "C:\Users\hp pc\AppData\Local\Programs\Python\Python35\lib\site-packages\dtfabric\reader.py", line 493, in _ReadMemberDataTypeDefinitionMember
if len(type_values) > 1:
TypeError: object of type 'filter' has no len()
The text was updated successfully, but these errors were encountered: