[Pythonmac-SIG] Dock menu

2005-09-14 Thread Simon Brunning
On Windows, I've got a few Python scripts that sit in the system tray - . It basically creates a system tray icon with a context menu. The menu is fefined in Python code, and each item has an associated callable that gets called when th

Re: [Pythonmac-SIG] Dock menu

2005-09-14 Thread Dethe Elza
Hi Simon, You can certainly add items to a dock menu in OS X using Python. For more info on the dock menu, see here: http://developer.apple.com/documentation/Carbon/Conceptual/ customizing_docktile/index.html?http://developer.apple.com/ documentation/Carbon/Conceptual/customizing_docktile/co

[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 Nicholas Riley
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 would be noted, > then for matching f

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

2005-09-14 Thread Bob Ippolito
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 the same as pyxattr (I'm assuming so for > the moment)? Which leaves librsync

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 the same as pyxattr (I'm assuming so for >>the mome

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 would be

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 would

[Pythonmac-SIG] py2app 0.2, Python 2.4 and wxPython 2.6.1

2005-09-14 Thread Kevin Ollivier
Hi all, When I try to bundle a wxPython application using py2app on Python 2.4 under Panther, it runs into a 'file exists' error at build_app.py line 728, which is an os.symlink call at the bottom of copy_python_framework(). (Complete traceback below.) When I switch to the system-included