Skip to content

Tag: python-3.x

Python 3.6 install win32api?

This question’s answers are a community effort. Edit existing answers to improve this post. It is not currently accepting new answers or interactions. Is there a way to install the win32api module for python 3.6 or do I have to change my version of python? Everytime I try to install it using pip I get t…

Representation of all values in Flag enum

I would like to have a “ALL” flag in my python Flags enum for which holds true. I currently have: Because this enum might grow at any state of development I would like to have something like This does not work: Please note that this question currently only relates to python 3.6 or later. Answer Th…