[Pythonmac-SIG] XCode for OS X 10.5?

2010-06-25 Thread Skip Montanaro
can't find a version of XCode which works with Mac OS X 10.5. All Apple will show me on their dev site is XCode 3.2 which requires Snow Leopard. I can't build a dang thing - no make or gcc for instance. Any pointers appreciated. Thanks, Skip

Re: [Pythonmac-SIG] Can't convert simple Python script to bundle with py2app

2008-12-01 Thread Skip Montanaro
> You're building a 2.7? what is that? I thought Python was going from 2.6 to > 3.0. Building from Subversion trunk identifies itself as 2.7a0. There will be a number of other 2.x versions released more-or-less in parallel with 3.y versions. Skip ___

Re: [Pythonmac-SIG] what's the plural of "Emacs"?

2005-06-15 Thread Skip Montanaro
Bob> I've heard that some people are happy with the Carbonized GNU Emacs Bob> (I think it can be compiled from CVS, but there are various Bob> binaries available), and Kevin Walzer is working on an AquaMacs Bob> distribution, Bob

Re: [Pythonmac-SIG] On posting long urls

2005-05-19 Thread Skip Montanaro
Jack> I've got the following javascript snippet in a bookmark in Jack> Safari's bookmark bar: Jack> javascript:void(location.href='http://tinyurl.com/create.php?url='+location.href) Cool. Seems to work with Firefox as well (1.0.3 on Solaris/Intell in my case). Skip ___

[Pythonmac-SIG] Silly question perhaps, but how do I use py2app?

2005-05-18 Thread Skip Montanaro
st.darwin-7.9.0-Power_Macintosh/python2.4-standalone/app/lib-dynload creating build/bdist.darwin-7.9.0-Power_Macintosh/python2.4-standalone/app/Frameworks error: You must specify either app or plugin I'd appreciate some tips on how to use it. Thanks, -- Skip Montan

Re: [Pythonmac-SIG] Recursion limit in OS X?

2005-05-12 Thread Skip Montanaro
Kevin> I ran across this thread: Kevin> http://lists.osafoundation.org/pipermail/commits/2005-February/003813.html Kevin> which indicates to me that conflicts between recursion limits in Kevin> Python and OS X are a known, documented issue. % grep ulimit ~/.bash_profile ulimit

Re: [Pythonmac-SIG] [OT] To upgrade Mac OSX or not?

2005-03-03 Thread Skip Montanaro
>> Thanks. I'll have to check to see if that will work for my laptop. >> I have plenty of other stuff on my plate though, so this particular >> issue has sort of moved to the back burner... Bob> If it runs 10.2, it'll run 10.3. You'll probably notice better Bob> performance,

Re: [Pythonmac-SIG] [OT] To upgrade Mac OSX or not?

2005-03-03 Thread Skip Montanaro
Thomas> I don't know where to find the release dates for different Mac Thomas> OS X revs, but Other World Computing is offering Panther for Thomas> $49: Thomas> http://eshop.macsales.com/shop/specials/ Thanks. I'll have to check to see if that will work for my laptop. I have pl

Re: [Pythonmac-SIG] pythonmac Wiki has been spammed.

2005-02-08 Thread Skip Montanaro
>> There are several of us that keep a fairly close eye on the >> python.org wiki. If you want, I'm sure the option to move would be >> available. Bob> That works fine for me.. what are the next steps? It would be nice Bob> to have our own "namespace" so that pythonmac.org/w

Re: [Pythonmac-SIG] pythonmac Wiki has been spammed.

2005-02-08 Thread Skip Montanaro
has> How about merging it into the python.org wiki? Let someone else do has> all the hard work for a change. That thought occurred to me right after I posted my earlier reply. There are several of us that keep a fairly close eye on the python.org wiki. If you want, I'm sure the option t

Re: [Pythonmac-SIG] pythonmac Wiki has been spammed.

2005-02-08 Thread Skip Montanaro
>> http://pythonmac.org/wiki/TkAqua Bob> Unfortunately I do.. but I don't really have time to deal with the Bob> spam. It has a defense in that existing pages can't be edited with Bob> too many URLs, but creating new pages lets you use as many URLs as Bob> you want. I think

Re: [Pythonmac-SIG] fink vs DarwinPorts?

2005-02-07 Thread Skip Montanaro
mwh> I think bash appeared with 10.3. Or maybe 10.2. It was clearly there in 10.2. That's my shell on my laptop. Skip ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] fink vs DarwinPorts?

2005-02-07 Thread Skip Montanaro
>> Not to mention gcc... Bob> I said "... until you install Developer Tools". Mac OS X doesn't Bob> ship stock with gcc. Sorry, I missed that. In any case, even if gcc isn't distributed by default, it's certainly used to build everything, isn't it? Skip __

Re: [Pythonmac-SIG] fink vs DarwinPorts?

2005-02-07 Thread Skip Montanaro
mwh> I think there's a fair bit actually -- gnutar, bash, gnumake... Not to mention gcc... Skip ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] [OT] To upgrade Mac OSX or not?

2005-01-26 Thread Skip Montanaro
Bob> It wouldn't be the worst thing in the world to buy 10.3 now, Bob> because 10.4 is definitely more than a few weeks away, but you Bob> certainly wouldn't be getting "full value" from it because it's 15 Bob> months old (Oct 24 2003) already. Where would an interested person fin

Re: [Pythonmac-SIG] [OT] To upgrade Mac OSX or not?

2005-01-26 Thread Skip Montanaro
Thanks for all the responses w.r.t. upgrading Mac OSX. My bad experience was when migrating from 9->X on an older iMac. It couldn't have been more than a few weeks after buying 10.1 that 10.2 came out. It just never dawned on me at the time to do any sort of investigation of OSX release schedule

Re: [Pythonmac-SIG] [OT] To upgrade Mac OSX or not?

2005-01-25 Thread Skip Montanaro
>> Am I missing something? Charles> Umm . . . Software Update? Software Update won't take me from 10.2 to 10.3. I'm as Software Updated as I can be on my laptop, but it's still 10.2. Skip ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.or

[Pythonmac-SIG] [OT] To upgrade Mac OSX or not?

2005-01-25 Thread Skip Montanaro
is has happened to me in the past.) I really hate to say this, but in this respect backward compatibility in Windows seems to be much better. Am I missing something? Thx, -- Skip Montanaro [EMAIL PROTECTED] http://www.mojam.com/ ___ Python

Re: [Python-Dev] Re: [Pythonmac-SIG] The versioning question...

2004-12-27 Thread Skip Montanaro
Martin> If you really want side-by-side installation of different Martin> versions, and a mechanism to select between them, the package Martin> could support Martin> import xml_0_8_2 as xml Martin> IOW, "import-as" should be sufficient for what you want to achieve. That's mo

Re: [Pythonmac-SIG] The versioning question...

2004-12-27 Thread Skip Montanaro
>>> That doesn't fix the multiple versions problem. >> >> This is a big issue that the core Pythonistas don't seem to be >> interested in addressing. It's odd, because I think it's a no-brainer >> that python modules need to be versioned, and there needs to be a way >> to