Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
06871ef2
Commit
06871ef2
authored
Feb 26, 2016
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix version.
parent
32fbd3a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/using/mac.rst
Doc/using/mac.rst
+3
-3
No files found.
Doc/using/mac.rst
View file @
06871ef2
...
...
@@ -25,7 +25,7 @@ there.
What
you
get
after
installing
is
a
number
of
things
:
*
A
:
file
:`
MacPython
3.
4
`
folder
in
your
:
file
:`
Applications
`
folder
.
In
here
*
A
:
file
:`
MacPython
3.
5
`
folder
in
your
:
file
:`
Applications
`
folder
.
In
here
you
find
IDLE
,
the
development
environment
that
is
a
standard
part
of
official
Python
distributions
;
PythonLauncher
,
which
handles
double
-
clicking
Python
scripts
from
the
Finder
;
and
the
"Build Applet"
tool
,
which
allows
you
to
...
...
@@ -93,7 +93,7 @@ aware of: programs that talk to the Aqua window manager (in other words,
anything
that
has
a
GUI
)
need
to
be
run
in
a
special
way
.
Use
:
program
:`
pythonw
`
instead
of
:
program
:`
python
`
to
start
such
scripts
.
With
Python
3.
4
,
you
can
use
either
:
program
:`
python
`
or
:
program
:`
pythonw
`.
With
Python
3.
5
,
you
can
use
either
:
program
:`
python
`
or
:
program
:`
pythonw
`.
Configuration
...
...
@@ -159,7 +159,7 @@ http://www.riverbankcomputing.co.uk/software/pyqt/intro.
Distributing
Python
Applications
on
the
Mac
===========================================
The
"Build Applet"
tool
that
is
placed
in
the
MacPython
3.
4
folder
is
fine
for
The
"Build Applet"
tool
that
is
placed
in
the
MacPython
3.
5
folder
is
fine
for
packaging
small
Python
scripts
on
your
own
machine
to
run
as
a
standard
Mac
application
.
This
tool
,
however
,
is
not
robust
enough
to
distribute
Python
applications
to
other
users
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment