Python, Pyinstaller creating shortcuts in windows Python, Pyinstaller creating shortcuts in windows tkinter tkinter

Python, Pyinstaller creating shortcuts in windows


If anyone is interested, I found a way of creating shortcuts using win32com.shell rather than win32.client.
This works well with pyinstaller and --tk flag set to ON.