[Pythonmac-SIG] XCode for OS X 10.5?

2010-06-25 Thread Skip Montanaro
Sorry to ask a non-Python question here, but I need this to get my laptop 
rebuilt
so I can do stuff again.  I lost the disk on my Macbook Pro which Apple kindly
replaced, however my backups were partially toast, so I had to reinstall OS X
from scratch.  (Luckily /Users was viable.  Whew!)  

I 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 Montanaro


___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG


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
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


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 http://www.wordtech-software.com/aquamacs.html distribution,
Bob which I've heard mixed things about.

My understanding (completely second-hand, and from the XEmacs gang, no less)
is that the guy that Carbonized (Carbonified?) GNU Emacs got disillusioned
with the GNU folk.  There are enough Mac/GNU Emacs people to keep that
running though, so it should be a reasonable option.  There is a Carbon
patch for XEmacs (contributed by the same guy) that's available as a a
branch on the XEmacs CVS repository.

Skip

___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


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 maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


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

2005-05-18 Thread Skip Montanaro
I downloaded and installed py2app this evening.  I didn't find an app named
py2app, but did find /usr/local/bin/py2applet.  Is that py2app?  If not,
where is it?  I tried running py2applet with no args or with --help.  Both
times it emitted lines like:

running py2app
creating /private/tmp/tmpN4iyW5/build
creating /private/tmp/tmpN4iyW5/build/bdist.darwin-7.9.0-Power_Macintosh
creating 
/private/tmp/tmpN4iyW5/build/bdist.darwin-7.9.0-Power_Macintosh/python2.4-standalone
creating 
/private/tmp/tmpN4iyW5/build/bdist.darwin-7.9.0-Power_Macintosh/python2.4-standalone/app
creating 
/private/tmp/tmpN4iyW5/build/bdist.darwin-7.9.0-Power_Macintosh/python2.4-standalone/app/collect
creating 
/private/tmp/tmpN4iyW5/build/bdist.darwin-7.9.0-Power_Macintosh/python2.4-standalone/app/temp
creating /private/tmp/tmpN4iyW5/dist
creating 
build/bdist.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 Montanaro
[EMAIL PROTECTED]
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


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 -s 8192

Works for me at least.

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-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, too.

Thanks.  The check is in the mail...

S

___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


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 I'd rather replace the installation with
Bob something else or a newer version of MoinMoin before I go hacking
Bob at it any more.

Bob,

I assume you're using MoinMoin 1.2.something.  There is a global Moin
anti-spam facility you can enable without too much trouble.  Take a look at
how that's managed for the python.org wiki:

http://www.python.org/moin/WikiSpam

That also includes a link to the main wiki page for that facility.

Skip
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


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 to move would be available.

Skip
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig


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/wiki/FAQ can
Bob still url rewrite to the right place.

Let me check on the python.org maintainers list and get back to you
(off-list unless there are others that care about these minutiae).

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

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] 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

___
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-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.org
http://mail.python.org/mailman/listinfo/pythonmac-sig