The Python Oracle

Enabling Windows long file path support in PyInstaller application

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Lost Jungle Looping

--

Chapters
00:00 Question
03:25 Accepted answer (Score 1)
03:49 Thank you

--

Full question
https://stackoverflow.com/questions/5974...

Question links:
[limitation of Windows]: https://learn.microsoft.com/en-us/window...
[opted into]: https://learn.microsoft.com/en-us/window...
[at Python 3.6 the developers enabled this setting]: https://bugs.python.org/issue27731
[--manifest]: https://pyinstaller.readthedocs.io/en/st...
[changelog]: https://pyinstaller.readthedocs.io/en/st...
[PR #3746]: https://github.com/pyinstaller/pyinstall...
[#1729]: https://github.com/pyinstaller/pyinstall...
[#3746]: https://github.com/pyinstaller/pyinstall...
[This answer]: https://stackoverflow.com/a/47806933
[this PR]: https://github.com/Electron-Cash/Electro...

Accepted answer links:
https://pyinstaller.readthedocs.io/en/v4...
[#5424]: https://github.com/pyinstaller/pyinstall...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #windows #pyinstaller #manifest #maxpath

#avk47