[Pyobjc-dev] Odd crasher.
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2004-01-30 21:32:12
|
(I'll try to look into this later) [il0504a-dhcp25:~] bbum% python Python 2.3 (#1, Sep 13 2003, 00:49:11) [GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from Foundation import * >>> d = NSFileManager.defaultManager() >>> x = d.fileAttributesAtPath_traverseLink_("/", 0) >>> x <NSFileAttributes objective-c instance 0x3a6360> >>> x.allKeys() <NSCFArray objective-c instance 0x315900> Segmentation fault |