Re: [Pythonmac-SIG] appscript raises deprecation warning for macerrors

2005-07-10 Thread Bob Ippolito
On Jul 10, 2005, at 7:29 PM, [EMAIL PROTECTED] wrote: > > Bob Ippolito <[EMAIL PROTECTED]> wrote on 07/10/2005 03:04:00 PM: > > > That's really the wrong way to solve that problem, if you read the > > PEP that the warning references then you'll see how to add a -*- > > coding: -*- to the file suc

Re: [Pythonmac-SIG] appscript raises deprecation warning for macerrors

2005-07-10 Thread brad . allen
Bob Ippolito <[EMAIL PROTECTED]> wrote on 07/10/2005 03:04:00 PM: > That's really the wrong way to solve that problem, if you read the   > PEP that the warning references then you'll see how to add a -*-   > coding: -*- to the file such that it will simply interpret the source   > characters in t

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 started from the bottom here in trying to work things out in a >

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

2005-07-10 Thread Bob Ippolito
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 started from the bottom here in trying to work things out in a > bash script first. The point

[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] appscript raises deprecation warning for macerrors

2005-07-10 Thread has
Brad Allen wrote: >I just started using appscript for the first time (it's great!), and ran >across this deprecation warning when I import appscript. It looks like the >problem is not with appscript itself but with the macerrors module that it >utilizes. I'm using appscript with Tiger's built-i

Re: [Pythonmac-SIG] appscript raises deprecation warning for macerrors

2005-07-10 Thread Bob Ippolito
On Jul 10, 2005, at 9:51 AM, [EMAIL PROTECTED] wrote: > l; charset="US-ASCII" > I just started using appscript for the first time (it's great!), > and ran across this deprecation warning when I import appscript. It > looks like the problem is not with appscript itself but with the > macerro

[Pythonmac-SIG] appscript raises deprecation warning for macerrors

2005-07-10 Thread brad . allen
I just started using appscript for the first time (it's great!), and ran across this deprecation warning when I import appscript. It looks like the problem is not with appscript itself but with the macerrors module that it utilizes. I'm using appscript with Tiger's built-in Python, because that's

Re: [Pythonmac-SIG] building rpy

2005-07-10 Thread Teemu Rinne
Thanks! '-L/Library/Frameworks/R.framework/Resources/lib' worked ok. -- Teemu --On Sunday, July 10, 2005 4:27 PM +0200 Piet van Oostrum <[EMAIL PROTECTED]> wrote: >> Teemu Rinne <[EMAIL PROTECTED]> (TR) wrote: > >> TR> Hi, >> TR> Based on google searches, it seems that rpy (interface for

Re: [Pythonmac-SIG] building rpy

2005-07-10 Thread Craig Amundsen
Hi - I've built R and rpy on a couple of Macs using a bashed together combination of the instructions in http://rpy.sourceforge.net/faq.html and http://www.economia.unimi.it/R/RMACOSX-FAQ.html The key bit is that R needs to be built as a shared library. >From the rpy FAQ: ./configure --enable

Re: [Pythonmac-SIG] building rpy

2005-07-10 Thread Piet van Oostrum
> Teemu Rinne <[EMAIL PROTECTED]> (TR) wrote: >TR> Hi, >TR> Based on google searches, it seems that rpy (interface for R) should build >TR> ok on 10.3.9... how to do it? Is there a binary installer available >TR> (compatible with pythonmac.org/packages/)? >TR> Building for R version 2.1.1 ..