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

Application cannot be frozen with PyInstaller on Windows #8

Closed
r0x0r opened this issue Oct 6, 2015 · 1 comment
Closed

Application cannot be frozen with PyInstaller on Windows #8

r0x0r opened this issue Oct 6, 2015 · 1 comment
Labels

Comments

@r0x0r
Copy link
Owner

r0x0r commented Oct 6, 2015

The culprit is the win32com.shell import. See pyinstaller/pyinstaller#1322 for more details. There is currently no resolution for this problem on the PyInstaller end.

One workaround is to remove this import and the related code (see win32.py, lines 182-186). win32com.shell functionality is required by open folder dialog. So if you don't use it, this will do the trick.

@r0x0r r0x0r added the bug label Oct 6, 2015
@r0x0r
Copy link
Owner Author

r0x0r commented Oct 28, 2015

Fixed in the master of pyinstaller.

@r0x0r r0x0r closed this as completed Oct 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant