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

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

[Pythonmac-SIG] py2app is not finding imported libraries

2018-07-28 Thread David Simmons
Do not know where else to seek help as I have extensively searched for months on the internet without finding a hint to fix the problem. I am using Apple OS X 10.13.6 and Python 3.5.2. All attempts to use py2app with the -A option and without fail to find PyQT4 and reportlab libraries. I use