some shellcon constants have not been implemented yet ?
>>> from win32com.shell import shell, shellcon
>>> shellcon.WPSTYLE_STRETCH
2
>>> shellcon.WPSTYLE_KEEPASPECT
Traceback (most recent call last):
File "", line 1, in
shellcon.WPSTYLE_KEEPASPECT
AttributeError: module 'win32com.shell.sh
Hello,
I am new to the list, and relatively new to Python development in general.
That said, I need to be able to use the win32com module and I am encountering
issues installing it and using it. I have installed the 32-bit version of
Python 3.6, which I verified at the Python cli. When I try