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

Fix crash from deleting undefined variables #170

Merged
merged 1 commit into from Jul 23, 2016

Conversation

AdricEpic
Copy link
Contributor

@AdricEpic AdricEpic commented Jun 22, 2016

This fixes an unhandled NameError introduced in 3.2 that occurs when running a Circuits app packaged with Py2EXE using the single zip file option (did not test other options).

Fixes #171

This address a bug introduced in 3.2 that occurs when running a Circuits
app with packaged with py2exe into a single zip file. In that case, the
innermost if-check would never pass, the fd and exec_ variables would never be
defined, and the final del would raise an unhandled NameError.
@prologic prologic merged commit c9b9eb0 into circuits:master Jul 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NameError when packaged with Py2Exe
2 participants