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

Py2app 0.14 doesn't work with wxPython #9

Open
ronaldoussoren opened this issue Feb 20, 2018 · 0 comments
Open

Py2app 0.14 doesn't work with wxPython #9

ronaldoussoren opened this issue Feb 20, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@ronaldoussoren
Copy link
Owner

Original report by Hamish McIntyre-Bhatty (Bitbucket: hamishmb, GitHub: hamishmb).


Hi,

Python version: 2.7.14
Py2app version: 0.14
macOS version: 10.13 and 10.9

I was having serious trouble today trying to package a new version of one of my programs, and then realised py2app had been updated since I last packaged for macOS. The wxPython wx.App object wasn't being created properly, and I would get an undefined global variable error every time I tried to access it.

Downgrading to v 0.13 fixed the issue, so I'll package with that for now.

Do you need any more information?

Hamish

@ronaldoussoren ronaldoussoren added major bug Something isn't working and removed major labels Dec 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant