[tlu] new beta
Bruno Voisin
bvoisin at icloud.com
Fri Oct 9 19:06:38 CEST 2015
> Le 9 oct. 2015 à 18:21, Adam R. Maxwell <amaxwell at mac.com> a écrit :
>
> Can you run
>
> python -c 'from AppKit import *; print NSApplicationKitVersionNumber'
>
> In terminal? Typed on my phone, so may not work…
NSApplicationKitVersionNumber doesn't work
$ python -c 'from AppKit import *; print NSApplicationKitVersionNumber'
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'NSApplicationKitVersionNumber' is not defined
but NSAppKitVersionNumber does
$ python -c 'from AppKit import *; print NSAppKitVersionNumber'
1404.13
Bruno
More information about the tlu
mailing list