Re: [Pythonmac-SIG] Building plans .....

2020-03-11 Thread David Brooks
. What would be really, really nice is for CPython itself to switch to CMake -- what is needed to make this happen?? Thanks, David Brooks Auckland Bioengineering Institute ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org https://mail.python.or

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] ImportError, no suitable image found (app not running under 10.5)

2012-09-18 Thread David Brooks
On 18/09/12 8:51 PM, Paul Wiseman wrote: On 17 September 2012 22:11, David Brooks <mailto:d...@bcs.co.nz>> wrote: On 18/09/12 6:03 AM, Paul Wiseman wrote: On 17 September 2012 18:13, Paul Wiseman mailto:poal...@gmail.com>> wrote: This app runs fine on 10.6 and

Re: [Pythonmac-SIG] ImportError, no suitable image found (app not running under 10.5)

2012-09-17 Thread David Brooks
On 18/09/12 6:03 AM, Paul Wiseman wrote: On 17 September 2012 18:13, Paul Wiseman > wrote: This app runs fine on 10.6 and 10.7, but when I run it on 10.5 I an apple error report, and the following error in console Traceback (most recent call last):

Re: [Pythonmac-SIG] Extension module compile fail, due to isysroot param pointing to sdk without certain headers. Any tips?

2011-05-05 Thread David Brooks
On 5/05/11 6:06 PM, Ronald Oussoren wrote: On 3 May, 2011, at 20:28, Irmen de Jong wrote: I haven't looked into the problem you have with automaticly picking up dependencies in /usr/local, AFAIK that should just work the same as without -isysroot. charon:~ irmen$ cat /usr/local/include/ir

[Pythonmac-SIG] Allow multiple executables in a single py2app bundle

2011-03-02 Thread David Brooks
Hi, The following patch enables the name of the stub executable to determine the Python script to run. This allows multiple scripts to use a common runtime. Required manual steps are to make copies of the stub in ./MacOS and to copy the actual Python scripts into ./Resources. N.B. The py2a

[Pythonmac-SIG] Allow multiple executables in a single py2app bundle

2011-02-20 Thread David Brooks
Resending, as didn't make it to the list when sent on 18 February... Hi, The following patch enables the name of the stub executable to determine the Python script to run. This allows multiple scripts to use a common runtime. Required manual steps are to make copies of the stub in ./MacOS a