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
ae6a5a73
Commit
ae6a5a73
authored
Jun 07, 2006
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace normalization.
parent
4b7a6c8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Mac/BuildScript/build-installer.py
Mac/BuildScript/build-installer.py
+1
-1
Mac/scripts/BuildApplet.py
Mac/scripts/BuildApplet.py
+1
-1
No files found.
Mac/BuildScript/build-installer.py
View file @
ae6a5a73
...
...
@@ -232,7 +232,7 @@ PKG_RECIPES=[
name
=
"PythonSystemFixes"
,
long_name
=
"Fix system Python"
,
readme
=
"""
\
This package updates the system python installation on
This package updates the system python installation on
Mac OS X 10.3 to ensure that you can build new python extensions
using that copy of python after installing this version of
python.
...
...
Mac/scripts/BuildApplet.py
View file @
ae6a5a73
...
...
@@ -21,7 +21,7 @@ if not sys.executable.startswith(sys.exec_prefix):
# sys.executable points inside the current application bundle. Because this
# path contains blanks (two of them actually) this path isn't usable on
# #! lines. Reset sys.executable to point to the embedded python interpreter
sys
.
executable
=
os
.
path
.
join
(
sys
.
prefix
,
sys
.
executable
=
os
.
path
.
join
(
sys
.
prefix
,
'Resources/Python.app/Contents/MacOS/Python'
)
# Just in case we're not in a framework:
...
...
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