Re: [Pythonmac-SIG] py2app is not finding imported libraries

2018-07-29 Thread Ronald Oussoren via Pythonmac-SIG
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

Re: [Pythonmac-SIG] py2app is not finding imported libraries

2018-07-29 Thread David Brooks
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