Closed philipstarkey closed 5 years ago
Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).
Sweet, this will be good to do at some point to stop carrying an .exe file around with us.
Nice going on fixing the spyder bug!
Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).
This was resolved in PR #68
Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).
Original report (archived issue) by Philip Starkey (Bitbucket: pstarkey, GitHub: pstarkey).
Not sure if this has always existed, but I've discovered that the shortcut property modification done by win7appid.exe can be replicated with direct Python calls with the win32com library. For example, the below code fixes a bug with Spyder that's existed for almost 5 years which no-one bothered to solve before me:
I'm pretty sure we should be able to do the same thing for our own shortcuts :)