pywintrace icon indicating copy to clipboard operation
pywintrace copied to clipboard

module 'etw' has no attribute 'ProviderInfo'.

Open lizitong67 opened this issue 4 years ago • 1 comments

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?

lizitong67 avatar Nov 28 '20 12:11 lizitong67

the reason is that your etw is installed by 'pip',not by this repo's setup.py

MoneySail avatar May 10 '21 08:05 MoneySail