From: [EMAIL PROTECTED]
Subject:Re: Pythonmac-SIG Digest, Vol 20, Issue 11
Date: December 10, 2004 1:08:54 CST
To: [EMAIL PROTECTED]
Ran into some troubles with the below. Comments interspersed.
From: Robert Valsjö <[EMAIL PROTECTED]>
From: Bob Ippolito <[EMAIL PROTECTED]>
Date: December 10, 2004 1:29:53 CST
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [Pythonmac-SIG] Re: How-To upgrade Apples python
installation in Mac OS X 10.3 from python 2.3 to 2.4
>make
>make frameworkinstall
make frameworkinstall
don't want to be part of your revolution -- Emma Goldman
> On 8 Sep 2024, at 18:12, Brian Richardson via Pythonmac-SIG
> wrote:
>
> Issue transitioning from - Macos 10.15.7 on Intel iCore i7, python 3.10 ---
> to Apple M3 Max, OS 14.6, python 3.12.3:
>
> issue
Folks,
I just got a mail from the Python mailman server admin that they will shortly
be upgrading the mailman server, and the question is whether to keep the
Pythonmac-SIG mailing list alive or archive it.
Personally I don’t mind archiving it, we’ve had about 2-4 messages per year
over the
Perhaps someone knows a remedy.
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
t;-arch x86_64
" ./configure --enable-framework --enable-ipv6 --enable-toolbox-glue
and it yields a Python that can be py2apped and run on 10.6 as long as you
don't use newer Frameworks or libs that need OSX > 1.6
-karsten
_______
Python
architecture.
Ronald
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
d then started failing.
>
> David Simmons
> ___
> Pythonmac-SIG maillist - [email protected]
> https://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
_
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
s,
Ronald
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
eter
when run separately. Because of this I've disabled an
optimization that uses alloca instead of PyMem_Malloc to
allocate memory for now.
Regards,
Ronald
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/li
.
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
> On 21 Sep 2018, at 05:59, Glyph wrote:
>
> On Sep 18, 2018, at 1:22 PM, Ronald Oussoren via Pythonmac-SIG
> mailto:[email protected]>> wrote:
>>
>> PyObjC 5.0 is out
>
> Thanks again for your tireless (or at least apparently tireless) maintenanc
gt;> wrote:
>>>
>>> On Sep 18, 2018, at 1:22 PM, Ronald Oussoren via Pythonmac-SIG
>>> mailto:[email protected]>> wrote:
>>>>
>>>> PyObjC 5.0 is out
>>>
>>> Thanks again for your tireless (or at least apparently tire
h an alias bundle it appears to use the
>> global Python install instead of the virtual env. Is there a way around that?
>>
>> Just
>>
>
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
Hi,
I’ve released py2app 0.18 on PyPI. The only change w.r.t. 0.17 is a recipe for
“six.moves”, that should also work when the “six” library has been vendored by
some other package.
Ronald
___
Pythonmac-SIG maillist - [email protected]
https
sequences (int, float,
str, unicode, tuple, list, set, frozenset and dict) can now be written to
archives that require secureCoding.
Ronald___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
de signing option that causes this
problem. What is the output of "codesign --display --verbose=4” for the
application? Both with and without notarisation?
Ronald
>
> -glyph
> ___
> Pyobjc-dev mailing list
> [email protected]
; interfere with py2app itself starting up.)
Interesting… I haven’t had complaints about PyObjC yet, and that also uses
libffi.
I wonder what the “hardened runtime” option actually does and enforces. In
3.7 the line in ctypes/__init__.py that causes the exception is a call that
creates a dummy
--force \
>--options runtime;
> done;
>
> codesign --sign "${IDENTITY}" \
> --deep "${NAME}.app" \
> --force \
> --options runtime;
>
> and then run it as "./${NAME}.app/Contents/MacOS/${NAME}". I immediately get
> the traceback given above.
Great. That should make it easier for me to reproduce the issue.
Ronald
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
and in the similar code in PyObjC. The annoying bit is that the flag
is new in 10.14, and CPython installers are created on 10.9 which means those
won’t include the new flag for a long time.
I’ll have to check if using MAP_JIT is ok when deploying on older macOS
versions, or if the code shoul
.org/ronaldoussoren/pyobjc/issues/253/use-map_fixed-on-macos-1014
<https://bitbucket.org/ronaldoussoren/pyobjc/issues/253/use-map_fixed-on-macos-1014>.
I’ll look into ctypes when I have a good solution for PyObjC.
Ronald
___
Pythonmac-SIG mail
.
I’ll look into adding a recipe for this to py2app.
Ronald_______
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
Hi,
I’ve pushed PyObjC 5.1.1 to PyPI. This is a very minor feature update: it adds
a small number of symbols introduced in the macOS 10.14.1 SDK included with
Xcode 10.1.
Ronald
___
Pythonmac-SIG maillist - [email protected]
https
* Ensure that PyObjC can be built using /usr/bin/python on macOS 10.14
This failed due the problems with header files in the SDK included with Xcode
10.
Regards,
Ronald
—
Twitter: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
_______
Pythonm
; On 22 Jan 2019, at 12:07, Ben Byram-Wigfield via Pythonmac-SIG
> wrote:
>
> Hello
>
> I want to use some of the Printing APIs, but I’m having trouble finding them.
> Have things like PMPrinterPrintWithProvider, PMPrinterPrintWithFile, been
> implemented in PyObjC? I ca
> On 25 Jan 2019, at 15:47, Kevin Walzer wrote:
>
> On 1/25/19 5:44 AM, Ronald Oussoren via Pythonmac-SIG wrote:
>> These APIs are not available through PyObjC at this time. Why do you want
>> these APIs instead of the higher level APIs in AppKit?
>
> Since thes
en.net/
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
://blog.ronaldoussoren.net/
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
>
> Feel free to contact me directly.
>
> Ronald
> —
>
> Twitter: @ronaldoussoren
> Blog: https://blog.ronaldoussoren.net/
>
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
on macOS 10.15
Ronald
—
Twitter: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options
t couple of weeks.
—
Twitter: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
Hi,
I’ve uploaded PyObjC 6.0.1 to PyPI. This fixes the annoying lines of debug
output in the 6.0 release.
Ronald
—
Twitter: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
___
Pythonmac-SIG maillist - [email protected]
https
: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
> On 29 Oct 2019, at 19:34, Ben Byram-Wigfield via Pythonmac-SIG
> wrote:
>
> The following two lines work in Mojave, but flag an error in Catalina:
>
>>>> from AppKit import NSSavePanel
>>>> panel = NS
via Pythonmac-SIG
> wrote:
>
> The following two lines work in Mojave, but flag an error in Catalina:
>
>>>> from AppKit import NSSavePanel
>>>> panel = NSSavePanel.savePanel()
>
> The error is:
>
> 2019-10-29 18:24:22.275 Python[6577:255233] **
}
}
)
This tells the bridge the signature for the block argument of the “get_block:”
selector, which is information that cannot be retrieved from the Objective-C
runtime. Argument 2 is the first real argument of ObjC selectors, after the
implicit arguments “self” and “_imp” (which is no
So much for typing code in Mail.app…. “Retail” should be “retval”.
Ronald
—
Twitter: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
> On 6 Jan 2020, at 15:27, Ronald Oussoren via Pythonmac-SIG
> wrote:
>
>
>
>> On 6 Jan 2020, at 00:51, Rand Dvorak wrote:
>
; The code below should do the trick, but eas typed directly into this mail
>> and might therefore contain syntax errors.
>>
>> import objc
>> objc.registerMetaDataForSelector(
>>b”CRApplication”, # name of the class implementing “get_block:”, or
>> “NSO
7;v' }
>> }
>> }
>> }
>> }
>> )
and later:
>> server.get_block_("/", helloHandler)
>
—
Twitter: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
> On 7 Jan 2020, at 10:00, Ronald Oussor
;: {
>>>>3: {
>>>>'callable': {
>>>>'arguments': {
>>>>0:{'type': b'^v'},
>>>>1:{'type': b'@'},
&
of 2.
>>>>
>>>>>> objc.registerMetaDataForSelector(
>>>>>> b'CRServer',
>>>>>> b’get:block:',
>>>>>> {
>>>>>> 'arguments': {
>>>>>> 3: {
@ronaldoussoren
Blog: https://blog.ronaldoussoren.net/___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
Mercurial to Git.
Ronald
—
Twitter: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options
n
Blog: https://blog.ronaldoussoren.net/
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
e prodding and show of support, someone with take it
> on :-)
I won’t, finding time to work on Python is hard enough and I’d rather not spent
that time on fighting the build system ;-).
Ronald
>
> -CHB
>
>
>
>
>
>
>
>
&g
f needed.
Ronald
—
Twitter: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
_______
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
n.net/ <https://blog.ronaldoussoren.net/>
_______
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
considering use cases
that involve distributing code through the macOS app store.
Ronald
—
Twitter: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listi
list of used frameworks)
- py2app currently doesn’t work properly with a Unix build
Ronald
—
Twitter: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
_______
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinf
x27;s no one that both wants this done and has the time
> and skills to do it -- such is the world of open source.
Agreed. In the end everyone working on Python is a volunteer.
Ronald
—
Twitter / micro.blog: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/_
shell and in edit
windows. I’d guess this is a problem with the bundled copy of Tk.
Could you file a bug on bugs.python.org <http://bugs.python.org/>?
Ronald
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/l
, with support for the next major release of macOS, during
WWDC.
Ronald
—
Twitter / micro.blog: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac
oussoren.net/
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
og.ronaldoussoren.net/
_______
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
.
* #299: Fix build error when building with the copy of Python 3 shipped
with Xcode.
* #281: Generated bundle doesn't work on macOS 10.9 and 10.10.
Ronald
—
Twitter / micro.blog: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
___
Pyth
P = ['gaussapp.py']
DATA_FILES = []
OPTIONS = {'argv_emulation': True, 'iconfile': 'Divine.icns'
}
setup(
app=APP,
data_files=DATA_FILES,
options={'py2app': OPTIONS},
setup_requires=['py2app'],
)
___
I recommend switching to pyinstaller.
It seems well better maintained and is very straightfwd.
I myself switched after much trouble w/ py2app on Python3.
Cheers
> Am 26.09.2020 um 17:35 schrieb Terry Acree via Pythonmac-SIG
> :
>
> Sorry to bother you but i can’t get py2app
> On 16 Sep 2020, at 21:56, Terry Acree via Pythonmac-SIG
> wrote:
>
> Sorry to bother you but i can’t get py2app to complete. all packages up to
> date py2app 0.22.
>
> error
> raise ValueError("%r does not exist" % (pathname,))
> ValueError: &
> On 27 Sep 2020, at 09:18, The Shelter via Pythonmac-SIG
> wrote:
>
>
> I myself switched after much trouble w/ py2app on Python3.
Did you file issues about those?
Ronald
—
Twitter / micro.blog: @ronaldoussoren
Blog: https://blog.ron
64 and "Universal 2" to CPython. The first visible
result of that is an experimental "Univeral 2" build of the upcoming Python
3.9.1 release.
Ronald
—
Twitter / micro.blog: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
___
P
I’ve uploaded PyObjC 7.0.1 to PyPI, because the 7.0 release didn’t build on
platforms other than Big Sur :-(
Ronald
—
Twitter / micro.blog: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
___
Pythonmac-SIG maillist - [email protected]
ause some information needed for correctly dealing
with @rpath and @loader_path is lost before the code that should use the
information is active. I have rewriting that code on my too long todo list.
Note that this works for me, with the Python.org <http://python.org/>
installation of Pytho
: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
” tool
Ronald
—
Twitter / micro.blog: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options
06) 526-6317 main reception
[email protected]
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
ode.
>
> And we already have a work around in the core python code, it's just that the
> build system needs to be set up to build it outside of a Framework.
The framework build does not have a workaround for these problems, it has a
proper solution ;-).
Ronald
>
> -CHB
&
er, PhD (Chris)
>
> Python Language Consulting
> - Teaching
> - Scientific Software Development
> - Desktop GUI and Web Development
> - wxPython, numpy, scipy, Cython
Ronald
—
Twitter / micro.blog: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
__
by the
system. This will likely print that some module or library cannot be found. You
can use "includes" (modules) or "packages' (packages) to explicitly include
those missing modules/packages (but please report back, I can automate this in
py2app).
Ronald
>
>
t package, for example when PyQt was installed through
homebrew.
I've tested this for PyQt5 and made the same change to the PyQt6 recipe,
although I haven't tested that change.
—
Twitter / micro.blog: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
____
n option to install all framework bindings, including those not
relevant for the current platform. To use this:
$ pip install 'pyobjc[allbindings]'
Ronald
—
Twitter / micro.blog: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
oint Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
[email protected]
_______
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
> On 16 Dec 2021, at 20:21, Chris Barker via Pythonmac-SIG
> wrote:
>
> I've just got a new mac with OS-X 11.6 (still Intel).
>
> But when I try to run a PyInstaller built application, I get this error:
>
> No document available for {'mime': 'ap
hat's changed is the root for the uri it's using:
'uri': 'template://default_project.maproom'
Now to figure out where / how that's set.
-CHB
On Thu, Dec 16, 2021 at 12:05 PM Ronald Oussoren
wrote:
>
>
> On 16 Dec 2021, at 20:21, Chris Barker via
>
>
> --
>
> Christopher Barker, Ph.D.
> Oceanographer
>
> Emergency Response Division
> NOAA/NOS/OR&R(206) 526-6959 voice
> 7600 Sand Point Way NE (206) 526-6329 fax
> Seattle, WA 98115 (206) 526-6317 main reception
>
> chris.bar...@no
. My problem seems to be
getting Python to work on the data provided in the NLTK.
Thank you in advance for any direction or advice you can provide.
Robbie Wasserman
[email protected]
___
Pythonmac-SIG maillist - [email protected]
https
> On Mar 3, 2022, at 4:17 PM, Ned Deily wrote:
>
> On Mar 3, 2022, at 16:15, Ned Deily wrote:
>> On Feb 27, 2022, at 15:51, Robert Wasserman via Pythonmac-SIG
>> wrote:
>>>
>>> I’ve been learning pylon on my Mac and and am trying to install NLTK so
r/contour.pyx",
"libmaproom/py_contour/py_contour/conrec.cxx",
],
include_dirs = [
numpy.get_include(),
],
)
ext_modules = [bitmap, shape, tessellator, render, pytriangle, py_contour]
#ext_modules = [tessellator]
data_files = []
options = {}
package_data =
t; Seattle, WA 98115 (206) 526-6317 main reception
>
> [email protected]
>
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
[email protected]
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
> On 10 Apr 2022, at 09:23, Ben Byram-Wigfield via Pythonmac-SIG
> wrote:
>
> I'm converting a lot of python2 scripts that use pyobjc to python3, and
> having trouble getting them to work. The problem seems to relate to the
> Unicode changes in python3.
>
> Som
t rely on this behaviour.
As always the full changelog can be seen at
<https://pyobjc.readthedocs.io/en/latest/changelog.html>.
Ronald
—
Twitter / micro.blog: @ronaldoussoren
Mastodon: @[email protected].
Blog: https://blog.ronaldoussoren.net/
___
.
Blog: https://blog.ronaldoussoren.net/
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
symlinks to the Frameworks 3.12 dirs …
What am I missing?
Ideas appreciated.
Thanks
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac
> Am 16.09.2024 um 22:04 schrieb jack.jansen--- via Pythonmac-SIG
> :
>
> The big advantage of the Homebrew install is that it allows multiple version
> of Python to co-exist peacefully.
I have python.org 3.8 to 3.13 installed and it works just fine (don’t ask why).
You
ure security practices in Python development.
Thank you in advance for your time and expertise.
Warm regards,
Reem Almutairi
Ph.D. Student, Software Engineering
King Saud University
___
Pythonmac-SIG maillist - [email protected]
https://mai
Dear experts,
We encountered below NSXPC issue that is similar with one in
https://www.mail-archive.com/[email protected]/msg12027.html, below
issue happened in python3.9 with MacOS Monterey and Sonoma.
[2024-10-17T01:42:00.390405+00:00] 2024-10-16 18:42:00.389 Python[676:3763]
XType
elog at https://pyobjc.readthedocs.io/en/latest/changelog.html
Ronald
--
Twitter / micro.blog: @ronaldoussoren
Mastodon: @[email protected].
Blog: https://blog.ronaldoussoren.net/
_______
Pythonmac-SIG maillist - [email protected]
>
>> Jack,
>>
>>> I just got a mail from the Python mailman server admin that they
>>> will shortly be upgrading the mailman server, and the question is
>>> whether to keep the Pythonmac-SIG mailing list alive or archive it.
>>
>>> Person
/
___
Pythonmac-SIG mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/pythonmac-sig.python.org
Member address: [email protected]
I want to
automate something.
Jack
> On 22 Aug 2025, at 18:33, [email protected] wrote:
>
>
>
>> On Aug 22, 2025, at 2:54 AM, Jack Jansen via Pythonmac-SIG
>> wrote:
>>
>> I think your out of luck:
>>
>> https://appscript.sourceforg
Aug 2025, at 04:42, Greg Ewing wrote:
>
> On 25/08/25 7:56 am, Jack Jansen via Pythonmac-SIG wrote:
>> But the last two things I wanted to automate failed utterly. Photos still
>> has something of a dictionary, but you can do little more than control a
>> slide show. N
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?
> _______
> Pythonmac-SIG mailing list -- [email protected]
> <mailto:python
everal of my apps for os15.6 with python 3.13 and
they run; using appscript to control FileMaker & the Finder.
BUT.
appscript is strictly Macintosh only. You cannot build or run on Windows or
Linux.
_______
Pythonmac-SIG mailing list -- python
The current repo is on github:
https://github.com/hhas/appscript
___
Pythonmac-SIG mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/pythonmac
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
n python 2.7 and python
3.7.
___
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
ggling with this for years, and so stayed on python2 as long as
possible.
Thanks
Ben Byram-Wigfield
_______
Pythonmac-SIG maillist - [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG
97 matches
Mail list logo