pywintrace
pywintrace copied to clipboard
module 'etw' has no attribute 'ProviderInfo'.
When I ran the example code, it returns an attribute error: providers = [etw.ProviderInfo('Some Provider', etw.GUID("{94335EB3-79EA-44D5-8EA9-306F49B3A041}"))] AttributeError: module 'etw' has no attribute 'ProviderInfo'.
What's going on?
the reason is that your etw is installed by 'pip',not by this repo's setup.py