The Wayback Machine - https://web.archive.org/web/20210119193537/https://github.com/realpython/python-guide/issues/1005
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freezing your code Windows section needs a note about long pathnames #1005

Open
j-lawrence-b1 opened this issue Jul 22, 2019 · 2 comments
Open

Freezing your code Windows section needs a note about long pathnames #1005

j-lawrence-b1 opened this issue Jul 22, 2019 · 2 comments

Comments

@j-lawrence-b1
Copy link

@j-lawrence-b1 j-lawrence-b1 commented Jul 22, 2019

cx_freeze, py2exe, and pyinstaller all have the same issue: That is, .exes created by these tools cannot access Windows path names longer than the 260 char MAX_PATH limit.

@j-lawrence-b1
Copy link
Author

@j-lawrence-b1 j-lawrence-b1 commented Jul 23, 2019

I should add that published workarounds, like "Enable Win32 long paths" in gpedit.msc have no effect.

@htgoebel
Copy link

@htgoebel htgoebel commented Aug 13, 2019

@j-lawrence-b1 PyInstaller maintiner her. If you know ow to solve this, I'd appreciate a pull-request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.