[python-win32] some shellcon constants have not been implemented yet ?

2017-01-07 Thread iMath
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

[python-win32] problem installing pywin with Python 3.6

2017-01-07 Thread Fowler, Charles E (HP OneView - Ft. Collins)
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