[Checkins] SVN: grok/trunk/doc/tutorial.rst win32all is only needed with a zopectl setup, not with a paster setup.

Martijn Faassen faassen at infrae.com
Mon Jan 12 09:17:57 EST 2009


Log message for revision 94698:
  win32all is only needed with a zopectl setup, not with a paster setup.
  

Changed:
  U   grok/trunk/doc/tutorial.rst

-=-
Modified: grok/trunk/doc/tutorial.rst
===================================================================
--- grok/trunk/doc/tutorial.rst	2009-01-12 14:17:27 UTC (rev 94697)
+++ grok/trunk/doc/tutorial.rst	2009-01-12 14:17:56 UTC (rev 94698)
@@ -88,11 +88,8 @@
 
 Setting up grok on a Unix-like (Linux, Mac OS X) environment is
 easy. Most of these instructions should also work in a Windows
-environment as well. Note that on Windows you need to have the
-``win32all`` package installed (download_).
+environment as well.
 
-.. _download: http://sourceforge.net/projects/pywin32/
-
 Let's go through the prerequisites first. You need a computer
 connected to the internet, as Grok installs itself over the
 network. You also need Python 2.4 installed (Python 2.5 is not
@@ -173,14 +170,10 @@
   means that the virtualenv option is always recommended on Mac OS X,
   unless you install a separate version of Python.
 
-  On Windows you need to make sure you have win32all_ installed.
-
   .. _virtualenv: http://pypi.python.org/pypi/virtualenv
 
   .. _`Using Virtualenv for a clean Grok installation`:  http://grok.zope.org/documentation/how-to/using-virtualenv-for-a-clean-grok-installation
 
-  .. _win32all: http://sourceforge.net/projects/pywin32/
-
 Starting up Zope
 ----------------
 
@@ -191,6 +184,12 @@
   $ cd Sample
   $ bin/zopectl fg
 
+  On Windows to work with ``zopectl`` you need to make sure you have
+  win32all_ installed in your Python. It's not required to install
+  win32all to work with the default ``paster`` setup.
+
+  .. _win32all: http://sourceforge.net/projects/pywin32/
+
 You can go into the ``Sample`` project directory now and start up the
 Zope instance that has been installed::
 



More information about the Checkins mailing list