pywinusb icon indicating copy to clipboard operation
pywinusb copied to clipboard

Fail to run simple_feature.py example

Open jfongattw opened this issue 4 years ago • 0 comments

I had download the latest version (dated 2018/04/30) and tried the simple_feature.py example on Python 3.4.4 under Win7 32 bit. I got a ValueError at line 29 print("The value:", list(report[target_usage])) This error seems was raise by core.ReportItem.getitem()

Can you confirm that it works at your site?

By the way, what is the comment (line 1059) means in core.ReportItem.init()? # TODO: This seems not supported by Windows

jfongattw avatar Aug 21 '19 03:08 jfongattw