[Pythonmac-SIG] ANN: PyXG = Python + Xgrid

2005-05-03 Thread Brian Granger
Announcing PyXG PyXG = Python + Xgrid Summary: PyXG provides a Python interface to Xgrid, Xgrid is Apple's solution for running jobs on a cluster of Macintosh computers. The main goal of this project is to enable users to submit and manage Xgrid jobs on a cluster of Macs from a Python script

Re: [Pythonmac-SIG] Regular Expression tools? Correction

2005-05-03 Thread Lee Cullens
d work on Tiger.. but probably nowhere else, > it uses a standalone Python and everything but its PyObjC was built on > Tiger: > http://undefined.org/python/RegexPlor-20050503-Tiger.zip > > -bob > Bob, Don't you just hate it when you try to help someone and they don't liste

Re: [Pythonmac-SIG] Regular Expression tools?

2005-05-03 Thread Bob Ippolito
gt; I have a very slightly modernized version of the source in my svn at: >> http://svn.red-bean.com/bob/RegexPlor/trunk >> >> Here's a binary that should work on Tiger.. but probably nowhere >> else, >> it uses a standalone Python and everything but its PyO

Re: [Pythonmac-SIG] Regular Expression tools?

2005-05-03 Thread Lee Cullens
d work on Tiger.. but probably nowhere else, > it uses a standalone Python and everything but its PyObjC was built on > Tiger: > http://undefined.org/python/RegexPlor-20050503-Tiger.zip > > -bob > Thanks Bob, Looks like just the thing, when I put Tiger up (waiting for DW and Retrosp

Re: [Pythonmac-SIG] Regular Expression tools?

2005-05-03 Thread Bob Ippolito
is what you want. I have a very slightly modernized version of the source in my svn at: http://svn.red-bean.com/bob/RegexPlor/trunk Here's a binary that should work on Tiger.. but probably nowhere else, it uses a standalone Python and everything but its PyObjC was built on Tiger: http

Re: [Pythonmac-SIG] Regular Expression tools?

2005-05-03 Thread Lee Cullens
Been here before, but it's been awhile and can't remember what I used, and anyway that was a PC platform. So, if you use a Regular Expression tool (PCRE standard) for Python programming and your development platform is Mac OS X, would you please help narrow down the search for me. All I seem t

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

2005-05-03 Thread Dethe Elza
Not specifically python, but the xattr program from Big Nerd Ranch looks useful, and could be called easily enough from code. source: http://dev.bignerdranch.com/public/bnr/eXttra.zip binary: http://dev.bignerdranch.com/public/bnr/xattr.dmg --Dethe Simple things should be declarative. Complex

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

2005-05-03 Thread Bob Ippolito
On May 3, 2005, at 11:09 AM, Wolfgang Keller wrote: > has anyone already wrapped the getxattr(), setxattr(), > removexattr(), listxattr() functions on MacOS 10.4 for > Python? I took a stab at it today. Get the xattr package from pythonmac packages sourc

Re: [Pythonmac-SIG] Clean Tiger install and Python 2.4.1?

2005-05-03 Thread Bob Ippolito
On May 3, 2005, at 4:25 PM, Bob Ippolito wrote: > > On May 3, 2005, at 4:12 PM, Russell Finn wrote: > > >> Allow me to chime in with a couple of related questions: >> >> >> >>> On May 2, 2005, at 2:56 PM, Lee Cullens wrote: >>> >>> >>> Specific to this list, I will be putting up Bob's MacPyt

Re: [Pythonmac-SIG] Clean Tiger install and Python 2.4.1?

2005-05-03 Thread Bob Ippolito
On May 3, 2005, at 4:12 PM, Russell Finn wrote: > Allow me to chime in with a couple of related questions: > > >> On May 2, 2005, at 2:56 PM, Lee Cullens wrote: >> >> >>> Specific to this list, I will be putting up Bob's MacPython 2.4.1 >>> afterwards. >>> > > Is the 10.3 build of MacPython 2.4.1

Re: [Pythonmac-SIG] Clean Tiger install and Python 2.4.1?

2005-05-03 Thread Russell Finn
Allow me to chime in with a couple of related questions: > On May 2, 2005, at 2:56 PM, Lee Cullens wrote: > > > Specific to this list, I will be putting up Bob's MacPython 2.4.1 > > afterwards. Is the 10.3 build of MacPython 2.4.1 still appropriate to install on Tiger? In particular, it looks (

Re: [Pythonmac-SIG] Writing Automator actions in Python?

2005-05-03 Thread Bob Ippolito
On May 3, 2005, at 1:23 PM, Bill Janssen wrote: > I see that new Actions for Automator can be written in either > Applescript or (of course) Objective-C. Any way to slip Python in > there, instead? With PyObjC, the same way you'd do it in Objective-C. -bob

[Pythonmac-SIG] Writing Automator actions in Python?

2005-05-03 Thread Bill Janssen
I see that new Actions for Automator can be written in either Applescript or (of course) Objective-C. Any way to slip Python in there, instead? Bill ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonma

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

2005-05-03 Thread Bob Ippolito
On May 3, 2005, at 11:23 AM, Ronald Oussoren wrote: > > On 3-mei-2005, at 17:09, Wolfgang Keller wrote: > > >> has anyone already wrapped the getxattr(), setxattr(), >> removexattr(), listxattr() functions on MacOS 10.4 for >> Python? >> >> > > You mean something like this? http://pyxattr.sour

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

2005-05-03 Thread Ronald Oussoren
On 3-mei-2005, at 17:09, Wolfgang Keller wrote: > Hello, > > has anyone already wrapped the getxattr(), setxattr(), > removexattr(), listxattr() functions on MacOS 10.4 for > Python? > You mean something like this? http://pyxattr.sourceforge.net/xattr.html This is the first hit for 'python

Re: [Pythonmac-SIG] PyOXIDE wishes?

2005-05-03 Thread Wolfgang Keller
Hello, > Update the PyOXIDE homepage - What homepage? There is nothing there. - Get rid of the HTTP/HTML forum and use a mailinglist instead. With bi-directional gatewaying to gmane.org, obviously. Best regards Wolfgang Keller -- P.S.: My From-address is correct _

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

2005-05-03 Thread Wolfgang Keller
Hello, has anyone already wrapped the getxattr(), setxattr(), removexattr(), listxattr() functions on MacOS 10.4 for Python? TIA, Best regards Wolfgang Keller -- P.S.: My From-address is correct ___ Pythonmac-SIG maillist - Pythonmac-SIG@pyt

Re: [Pythonmac-SIG] Distinguishing between Aqua Tk and X11 Tk

2005-05-03 Thread konrad . hinsen
On May 2, 2005, at 22:09, Nicholas Riley wrote: > I answered this question for you (!) in September 2004. Oops, sorry While typing the message, I remembered the conversation back then and found it in the archives - but apparently I still sent off the message! BTW, it works fine :-) Konrad

Re: [Pythonmac-SIG] wxPython/Tiger?

2005-05-03 Thread Ronald Oussoren
On 3-mei-2005, at 13:41, Charles Hartman wrote: > On May 3, 2005, at 7:10 AM, Ronald Oussoren wrote: > >> Upgrading wxPython on a Tiger box will be harder than >> it was on Panther. > > Why? This is only relevant when using Apple's version of Python. You'd have to make sure that the new versi

Re: [Pythonmac-SIG] wxPython/Tiger?

2005-05-03 Thread Charles Hartman
On May 3, 2005, at 7:10 AM, Ronald Oussoren wrote: Upgrading wxPython on a Tiger box will be harder than  it was on Panther. Why?Not that I've tried yet; the first thing I tried when Tiger was through making itself at home was firing up Python (yup: 2.4.1) and importing wx (yup: 2.5.4.1). And that

Re: [Pythonmac-SIG] wxPython/Tiger?

2005-05-03 Thread Ronald Oussoren
On 2-mei-2005, at 21:53, Bob Ippolito wrote: > > >> (Just out of curiosity, why would they bundle wxPy and NOT >> PyObjC?...) >> > > Bundling a current release of PyObjC with Tiger would've definitely > done more harm than good. That's a bit harsh, but true. PyObjC from before the release of Ti