Mitchell Model <m...@acm.org> added the comment:
Nothing on OSX is ever named .exe.
On OSX building and installing Python with "configure
--enable-framework" installs an executable just called 'python' in
/Library/Frameworks/Python.framework/Versions/3.1/bin (using 3.1 as
an example). It also creates double-clickable applications whose real
name is Python.app and IDLE.app. Whether to see the .app extensions
on "packages" that are applications is a Finder preference, so most
users won't see the .app.
If the build was configured without frameworks, then an executable
named in the Unix style -- just python -- is installed in
/usr/local/bin (by default) or wherever else was specified with the
configure --prefix option.
--
--
--- Mitchell
Added file: http://bugs.python.org/file13249/unnamed
_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5426>
_______________________________________
<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>Re: [issue5426] README slight error re
OSX</title></head><body>
<div>Nothing on OSX is ever named .exe.</div>
<div><br></div>
<div>On OSX building and installing Python with "configure
--enable-framework" installs an executable just called 'python'
in /Library/Frameworks/Python.framework/Versions/3.1/bin (using 3.1 as
an example). It also creates double-clickable applications whose real
name is Python.app and IDLE.app. Whether to see the .app
extensions on "packages" that are applications is a Finder
preference, so most users won't see the .app.</div>
<div><br></div>
<div>If the build was configured without frameworks, then an
executable named in the Unix style -- just python -- is installed in
/usr/local/bin (by default) or wherever else was specified with the
configure --prefix option.</div>
<div><tt>-- </tt></div>
<div>-- <br>
<br>
--- Mitchell</div>
</body>
</html>
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com