开发者

Python appscript File type usage of non-existing files. error -1700

开发者 https://www.devze.com 2023-03-28 00:00 出处:网络
I tried to follow some Python appscript examples from here. The following code import mactypes, aem mactypes.File(\"foo.j开发者_运维百科pg\").desc.coerce(aem.kae.typeFSS)

I tried to follow some Python appscript examples from here.

The following code

import mactypes, aem
mactypes.File("foo.j开发者_运维百科pg").desc.coerce(aem.kae.typeFSS)

gives

MacOSError: -1700

Why?

0

精彩评论

暂无评论...
验证码 换一张
取 消