'How to use python to create and modify windows shortcuts

Based on most of the postings I have read, I need to import winshell in order to create a Windows shortcut using python.

But I am running Anaconda python and when I try to install the winshell package for Anaconda, Anaconda tells me that the winshell package is not available to python after ver. 2.7.

It seems unlikely to me that everyone using Anaconda python 3.x is unable to create or modify a windows shortcut. Could someone tell me what I am missing?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source