Re: [Pythonmac-SIG] Finding what a broken alias refers to.

2005-06-21 Thread Chinook
On Tue, 21 Jun 2005 11:21:17 -0400, Hubert Holin wrote (in article <[EMAIL PROTECTED]>): > Somewhere in the E.U., le 21/06/2005 > > Bonjour > > For my first Python steps on the Mac, I am trying to find > information on all broken aliases in a folder hierarchy (i.e. aliases > which were

Re: [Pythonmac-SIG] Confused with Tiger!

2005-06-21 Thread Chinook
On Wed, 22 Jun 2005 01:55:03 -0400, Bob Martin wrote (in article <[EMAIL PROTECTED]>): > I've recently upgraded to 10.4.1, and I'm having trouble getting > things (the GUI as an example, and metakit) working. > > Help please? > > I checked http://homepages.cwi.nl/~jack/macpython/download.html

Re: [Pythonmac-SIG] Stability of (I)DEs, particularly WingIDE? (Re: Re: ANN: Boa Constructor for OS X available)

2005-07-06 Thread Chinook
Wolfgang Keller wrote: Hello, I have yet to encounter a Python editor on the Mac that does this gracefully. Eric3, Spe, PyOxide,and now Boa--they all crash at times, and sometimes all the time, when trying to eval/debug scripts. To be perfectly honest, when it

[Pythonmac-SIG] Mac OS X volume ownership

2005-07-10 Thread Chinook
I hope this is not too far of the mark for this forum, but I'm having a problem with a point in a maintenance module I'm trying to create. I've started from the bottom here in trying to work things out in a bash script first.  The point I'm having a problem with is how to uncheck/unset  "Ignor

Re: [Pythonmac-SIG] Mac OS X volume ownership

2005-07-10 Thread Chinook
Bob Ippolito wrote: >On Jul 10, 2005, at 3:31 PM, Chinook wrote: > > > >>I hope this is not too far of the mark for this forum, but I'm >>having a problem with a point in a maintenance module I'm trying to >>create. >> >>I've start

[Pythonmac-SIG] librsync, pylibacl, pyxattr ?

2005-09-14 Thread Chinook
librsync, pylibacl, pyxattr ? Been off on a bash scripting tangent, then did an article http://homepage.mac.com/lee_cullens/Bx3.html";>Backup::Restore. Now I'm back to Python because I need a sync verification utility. The idea is simply to compare a directory on one volume with the same dir

Re: [Pythonmac-SIG] librsync, pylibacl, pyxattr ?

2005-09-14 Thread Chinook
Bob Ippolito wrote: >On Sep 14, 2005, at 5:50 PM, Chinook wrote: > > > >>Anyway, if I have to do it myself I figured I'd need three things I >>don't have. That is librsync, pylibacl and pyxattr. On Bob's package >>page I found xattr - is that t

Re: [Pythonmac-SIG] librsync, pylibacl, pyxattr ?

2005-09-14 Thread Chinook
Nicholas Riley wrote: >On Wed, Sep 14, 2005 at 05:50:35PM -0400, Chinook wrote: > > >>The idea is simply to compare a directory on one volume with the same >>directory on another volume. Working recursively through the directory >>contents, first files on only on

Re: [Pythonmac-SIG] librsync, pylibacl, pyxattr ?

2005-09-14 Thread Chinook
Nicholas Riley wrote: On Wed, Sep 14, 2005 at 05:50:35PM -0400, Chinook wrote: The idea is simply to compare a directory on one volume with the same directory on another volume. Working recursively through the directory contents, first files on only one volume or the other

[Pythonmac-SIG] py-rdiff-backup?

2005-09-17 Thread Chinook
*** I posted this on the rdiff-backup list, but the traffic there is next to nothing, so it being a python package I'm taking a shot at the pythonmac community :-) *** Ok, lets take a different shot at this :-) I would like to checkout rdiff-backup usage on Mac OS X (10.4.2) 1) Are there any

Re: [Pythonmac-SIG] py-rdiff-backup?

2005-09-17 Thread Chinook
[EMAIL PROTECTED] wrote: >Lee> I would like to checkout rdiff-backup usage on Mac OS X (10.4.2) > >Lee> 1) Are there any other such users out there? > >I use rdiff-backup from time-to-time between my laptop and my G5. Both are >running 10.3.9 though. Sorry, I can't help with ACL and EA

[Pythonmac-SIG] Carbon goodies?

2005-09-24 Thread Chinook
In trying to get everything I needed in an extended Bash script, I looked back at one of my Python utilities to see how I determined an aqua alias and its target. Bob had told me to import a Carbon.File module for the task. So I took a look at Carbon.file and saw, via help(Carbon.File), quite