Open ronaldoussoren opened 7 years ago
Original comment by Vincent Pfenninger (Bitbucket: Vincent_Pf, ).
I think this might be an issue with py2app version 0.14. Try reverting back to version 0.13 (e.g. by "pip install py2app==0.13") and see if the problem persists.
Original comment by Shaun Meehan (Bitbucket: shauncharm, ).
I'm seeing the same failure mode on OS X 10.12.6 and py2app 0.14 (also tried 0.13-0.10)
Original report by Matthew Wakefield (Bitbucket: genomematt, GitHub: genomematt).
I am trying to package an existing python script that uses tk to choose a file and ask for a value into an app that includes all the dependencies.
I am using MacOS 10.12.5, homebrew python 3.6.1 and py2app 0.14.
The following works fine as a script, but when converted to an app (or -A alias app) I get an error
Detected missing constraints for <private>...
on the console. Simplified version that still produces the same error:I am not sure if this is a tk, py2app or interaction issue or a problem with home-brew install. Any suggestions of things to try that would narrow down the issue would be appreciated