Could you create a small reproducer and sent me it as well as the output of
“python3 setup.py py2app -A”, the output of “python3 -mpip list” and a list of
files in the generated app bundle (in a Terminal window: find dist/MyApp.app
-ls)? With some luck this will help me find the issue.
And jus
Hmm and FWIW, why is PyQt4 being referenced when Tkinter is being used
as the GUI?? (I'm assuming `tinter` is a typo as I can find no reference
to any Python package called that.)
Dave
On 29/07/18 7:54 PM, Ronald Oussoren via Pythonmac-SIG wrote:
> Could you create a small reproducer and sent me