[Checkins] SVN: zopetoolkit/doc/source/process/winbotsetup.rst update according to latest

Adam Groszer agroszer at gmail.com
Sat Aug 28 08:34:48 EDT 2010


Log message for revision 115989:
  update according to latest

Changed:
  U   zopetoolkit/doc/source/process/winbotsetup.rst

-=-
Modified: zopetoolkit/doc/source/process/winbotsetup.rst
===================================================================
--- zopetoolkit/doc/source/process/winbotsetup.rst	2010-08-28 12:30:35 UTC (rev 115988)
+++ zopetoolkit/doc/source/process/winbotsetup.rst	2010-08-28 12:34:48 UTC (rev 115989)
@@ -94,7 +94,7 @@
     * programmers notepad (my personal preferred stuff)
     * mydefrag
     * collabnet svn client
-    * pythons 2.4 ... 2.6
+    * pythons 2.4 ... 2.7
     * pywin32
     * setuptools
     * mingw32
@@ -124,6 +124,17 @@
       with setup.py install
 
   * c:\\python25_sys (default, 32bit, add to path)
+  * clean versions of all the various pythons:
+
+    * make a copy of the folder with the name `_clean` added
+    * remove all traces of setuptools
+
+      * from `site-packages`
+      * from `scripts`
+
+    * (or make a copy before installing setuptools -- I had all installed
+      and did not want to install from scratch again)
+
   * install mingw32 to C:\\MinGW
   * collabnet svn client to C:\\svn
   * MSVC
@@ -189,4 +200,14 @@
   set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
   %*
 
+For `clean` pythons such 'setupcompilerandexecute.bat' is created ::
+
+  call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCVARSALL.bat" x86
+  set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
+  rem make zc.buildout happy:
+  set PYTHON2.4=c:\Python24_32_clean\python.exe
+  set PYTHON2.5=c:\Python25_32_clean\python.exe
+  set PYTHON2.7=c:\Python27_32_clean\python.exe
+  %*
+
 for the rest see master.cfg
\ No newline at end of file



More information about the checkins mailing list