Re: [Pythonmac-SIG] MacOS 10.4: getxattr() etc. for Python?

2005-05-06 Thread Wolfgang Keller
Hello, does every system possessing a driver for such a file system use the getxattr c functions to access these features? There is a Posix standard API for extended attributes. And afaik all Linuxes and even Windows are implementing this standard. As for Apple, no clue. The ACLs in

Re: [Pythonmac-SIG] MacOS 10.4: getxattr() etc. for Python?

2005-05-06 Thread Ronald Oussoren
On 6-mei-2005, at 15:37, Wolfgang Keller wrote: Hello, does every system possessing a driver for such a file system use the getxattr c functions to access these features? There is a Posix standard API for extended attributes. And afaik all Linuxes and even Windows are

Re: [Pythonmac-SIG] AddressBook wrapper

2005-05-06 Thread Dethe Elza
You rock. Thanks! --Dethe On 5-May-05, at 4:26 AM, Ronald Oussoren wrote: On 4-mei-2005, at 22:03, Dethe Elza wrote: The AddressBook wrapper doesn't appear to expose the constants kABShowAsPerson (0), kABShowAsCompany (1), or kABShowAsMask (7). It does now (PyObjC repository, revision

[Pythonmac-SIG] [PyOXIDE] Drop support for 10.2?

2005-05-06 Thread gandreas
So given that 10.4 is currently available, I'm considering dropping support for 10.2 from future versions of PyOXIDE. I'm aware that there is at least one user still on 10.2, not sure about others. Given that I can't easily test 10.2 (short of hooking up a firewire drive to a spare machine),

Re: [Pythonmac-SIG] [PyOXIDE] Drop support for 10.2?

2005-05-06 Thread Scott Lawton
Require 10.3 (and Python 2.3 that came with 10.3) Support 10.4 (with both the stock Python and whatever is currently supported) Speaking as someone who still has one machine running 10.2, I still agree that dropping 10.2 is reasonable. It's important to focus limited resources on

[Pythonmac-SIG] Problem with a py2app bundle

2005-05-06 Thread Quentin DECAVEL
Hi, I've tried py2app to create a bundle of the application I'm working on right now. I had no problem during the creation, and the bundle loads fine, but each time I try to quit, I get the same nasty quit and the pop-up from the system to tell me that the application unexpectedly quit. Here is

Re: [Pythonmac-SIG] Problem with a py2app bundle

2005-05-06 Thread Bob Ippolito
On May 6, 2005, at 4:45 PM, Quentin DECAVEL wrote: I've tried py2app to create a bundle of the application I'm working on right now. I had no problem during the creation, and the bundle loads fine, but each time I try to quit, I get the same nasty quit and the pop-up from the system

Re: [Pythonmac-SIG] Trashing a file

2005-05-06 Thread Bob Ippolito
On May 6, 2005, at 6:31 PM, Niko Matsakis wrote: I am working on a python program that needs to trash some files. Ideally, I would like it to move them to the Trash, but I'm not quite sure what the best way to do this is. For context, I am using appscript to talk to iTunes and load its list

[Pythonmac-SIG] Trashing a file

2005-05-06 Thread Niko Matsakis
Dear Mailing List, I am working on a python program that needs to trash some files. Ideally, I would like it to move them to the Trash, but I'm not quite sure what the best way to do this is. For context, I am using appscript to talk to iTunes and load its list of songs. This works

[Pythonmac-SIG] mac newbie... Tix . What is wrong?

2005-05-06 Thread Eric Texier
Here is a simple example that works on linux, but not on MacOSX tigger. Thanks Eric pythonw Python 2.4.1 (#2, Apr 27 2005, 22:11:31) [GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin Type help, copyright, credits or license for more information. import Tix def

Re: [Pythonmac-SIG] mac newbie... Tix . What is wrong?

2005-05-06 Thread Robert Kern
Eric Texier wrote: Here is a simple example that works on linux, but not on MacOSX tigger. Thanks Eric pythonw Python 2.4.1 (#2, Apr 27 2005, 22:11:31) [GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin Type help, copyright, credits or license for more information.