[tlu] new beta
Herbert Schulz
herbs at wideopenwest.com
Fri Oct 9 19:29:09 CEST 2015
> On Oct 9, 2015, at 12:06 PM, Bruno Voisin <bvoisin at icloud.com> wrote:
>
>> 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
>
>
Howdy,
I get
$ python -c 'from AppKit import *; print NSAppKitVersionNumber'
14014.11
but I'm running 10.11.0 and I think Bruno is running 10.11.1beta.
Good Luck,
Herb Schulz
(herbs at wideopenwest dot com)
More information about the tlu
mailing list