summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/tutorials/bfgwiki/installation.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/tutorials/bfgwiki/installation.rst b/docs/tutorials/bfgwiki/installation.rst
index a401977af..49a9f9cd5 100644
--- a/docs/tutorials/bfgwiki/installation.rst
+++ b/docs/tutorials/bfgwiki/installation.rst
@@ -152,6 +152,12 @@ On Windows:
c:\bigfntut> Scripts\paster create -t bfg_zodb tutorial
+.. note:: If you are using Windows, the ``bfg_zodb`` Paster template
+ doesn't currently deal gracefully with installation into a location
+ that contains spaces in the path. If you experience startup
+ problems, try putting both the virtualenv and the project into
+ directories that do not contain spaces in their paths.
+
Installing the Project in "Development Mode"
============================================