Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
f4335157
Commit
f4335157
authored
Jan 01, 2015
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs
parent
17f9e3ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setuptools/tests/test_windows_wrappers.py
setuptools/tests/test_windows_wrappers.py
+2
-2
No files found.
setuptools/tests/test_windows_wrappers.py
View file @
f4335157
...
@@ -3,7 +3,7 @@ Python Script Wrapper for Windows
...
@@ -3,7 +3,7 @@ Python Script Wrapper for Windows
=================================
=================================
setuptools includes wrappers for Python scripts that allows them to be
setuptools includes wrappers for Python scripts that allows them to be
executed like regular windows programs. There are 2 wrappers, on
c
e
executed like regular windows programs. There are 2 wrappers, one
for command-line programs, cli.exe, and one for graphical programs,
for command-line programs, cli.exe, and one for graphical programs,
gui.exe. These programs are almost identical, function pretty much
gui.exe. These programs are almost identical, function pretty much
the same way, and are generated from the same source file. The
the same way, and are generated from the same source file. The
...
@@ -69,7 +69,7 @@ class TestCLI(WrapperTester):
...
@@ -69,7 +69,7 @@ class TestCLI(WrapperTester):
When the copy of cli.exe, foo.exe in this example, runs, it examines
When the copy of cli.exe, foo.exe in this example, runs, it examines
the path name it was run with and computes a Python script path name
the path name it was run with and computes a Python script path name
by removing the '.exe' suffix and adding the '-script.py' suffix. (For
by removing the '.exe' suffix and adding the '-script.py' suffix. (For
GUI programs, the suffix '-script
-
pyw' is added.) This is why we
GUI programs, the suffix '-script
.
pyw' is added.) This is why we
named out script the way we did. Now we can run out script by running
named out script the way we did. Now we can run out script by running
the wrapper:
the wrapper:
...
...
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