Skip to content

Commit 039db69

Browse files
committed
issue2551206 - remove mention of roundup installer, fix up windows docs
roundup windows installer is long since dead. Fix up last couple of references to it. Also fix path to roundup install to use python 2.7 path not python 2.2 path.
1 parent ae97712 commit 039db69

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Fixed:
101101
be None. Add a test.
102102
- issue2551203 fix CORS requests by providing proper headers and allowing
103103
unauthenticted CORS preflight requests.
104+
- issue2551206 - removed some windows installer references that were missed.
104105

105106
Features:
106107

doc/admin_guide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ What does Roundup install?
1919
There's two "installations" that we talk about when using Roundup:
2020

2121
1. The installation of the software and its support files. This uses the
22-
standard Python mechanism called "distutils" and thus Roundup's core code,
22+
standard Python mechanism called "setuptools" and thus Roundup's core code,
2323
executable scripts and support data files are installed in Python's
2424
directories. On Windows, this is typically:
2525

doc/installation.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,7 @@ installation:
192192
For information about how Roundup installs, see the `administration
193193
guide`_.
194194

195-
The following assumes that you are using the source distribution. If
196-
you are using the Windows installer, run it with Administrator
197-
privileges so it can correctly update the registry.
195+
The following assumes that you are using the source distribution.
198196

199197
Basic Installation Steps
200198
------------------------
@@ -1561,7 +1559,7 @@ On Windows 2000 and later:
15611559
6) Choose "Environmental Variables"
15621560
7) Add: "<dir>\Scripts" to the "Path" environmental variable.
15631561

1564-
Where <dir> in 7) is the root directory (e.g., ``C:\Python22\Scripts``)
1562+
Where <dir> in 7) is the root directory (e.g., ``C:\Python27\Scripts``)
15651563
of your Python installation.
15661564

15671565
I understand that in XP, 2) above is not needed as "Control

doc/tracker_templates.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Roundup Tracker Templates
55
The templates distributed with Roundup are stored in the "share" directory
66
nominated by Python. On Unix this is typically
77
``/usr/share/roundup/templates/`` (or ``/usr/local/share...``) and
8-
on Windows this is ``c:\python22\share\roundup\templates\``.
8+
on Windows this is ``c:\python27\share\roundup\templates\``.
99

1010
The template loading looks in four places to find the templates:
1111

0 commit comments

Comments
 (0)