@@ -40,6 +40,14 @@ Some variants of Linux will need an additional "python dev" package
4040installed for Roundup installation to work. Debian and derivatives, are
4141known to require this.
4242
43+ If you are using the Roundup Windows installer on a 64 bit system and
44+ you get the error message::
45+
46+ "No Python installation found in the registry"
47+
48+ you need to install a 32 bit version of python. The 64 bit versions
49+ use a different registry key that the installer doesn't detect. See:
50+ http://issues.roundup-tracker.org/issue2550718 for details.
4351
4452Optional Components
4553===================
@@ -50,7 +58,8 @@ Timezone Definitions
5058 Full timezone support requires pytz_ module (version 2005i or later)
5159 which brings the `Olson tz database`_ into Python. If pytz_ is not
5260 installed, timezones may be specified as numeric hour offsets only.
53-
61+ This is optional but strongly suggested.
62+
5463An RDBMS
5564 Sqlite, MySQL and Postgresql are all supported by Roundup and will be
5665 used if available. One of these is recommended if you are anticipating a
@@ -105,6 +114,7 @@ jinja2
105114
106115Windows Service
107116 You can run Roundup as a Windows service if pywin32_ is installed.
117+ Otherwise it must be started manually.
108118
109119.. _Xapian: http://xapian.org/
110120.. _Whoosh: https://bitbucket.org/mchaput/whoosh/wiki/Home
@@ -165,6 +175,9 @@ installation:
165175For information about how Roundup installs, see the `administration
166176guide`_.
167177
178+ The following assumes that you are using the source distribution. If
179+ you are using the Windows installer, run it with Administrator
180+ privileges so it can correctly update the registry.
168181
169182Basic Installation Steps
170183------------------------
0 commit comments