[Pythonmac-SIG] Re: Concerns about the Python library appscript

2025-08-22 Thread Karsten Wolf via Pythonmac-SIG
> On 20. Aug 2025, at 10:07, Thia Clay wrote: > > is the Python library appscript still developing? if so, how can I build the > wheel with GCC in Windows? Opposite to all rumors appscript isn't dead yet - it may have some funny code smells. Just recently I recompiled several of my apps fo

[Pythonmac-SIG] Re: Concerns about the Python library appscript Addendum

2025-08-22 Thread Karsten Wolf via Pythonmac-SIG
The current repo is on github: https://github.com/hhas/appscript ___ Pythonmac-SIG mailing list -- pythonmac-sig@python.org To unsubscribe send an email to pythonmac-sig-le...@python.org https://mail.python.org/mailman3//lists/pythonmac-sig.python.or

Re: [Pythonmac-SIG] Problem with pip

2018-01-18 Thread Karsten Wolf via Pythonmac-SIG
> On 18.01.2018, at 14:58, Joni Orponen wrote: > > The offical CPython distributions seem to be compiled on 10.6 for > compatibility reasons. It is easier to compile CPython forwards-compatible > than to manually patch pyconfig.h after configure to exclude the syscalls not > available on your

[Pythonmac-SIG] PyobjC using pdb on yosemite

2015-08-26 Thread Karsten Wolf via Pythonmac-SIG
I am setting up a 10.10 system and the current annoyance is that when pdb.set_trace() stepping through a pyobjc/py2app app everything printed, event the (pdb) prompt is piped through NSLog and hard to use. The Python version is 2.7.10 and compiled with X86_64 and MIN_DEPLOYMENT_TARGET=10.6 Per