[Checkins] SVN: Sandbox/adamg/zope.wineggbuilder/trunk/ checkpoint

Adam Groszer agroszer at gmail.com
Fri Jun 11 04:16:48 EDT 2010


Log message for revision 113348:
  checkpoint

Changed:
  U   Sandbox/adamg/zope.wineggbuilder/trunk/TODO.txt
  U   Sandbox/adamg/zope.wineggbuilder/trunk/server-setup.txt

-=-
Modified: Sandbox/adamg/zope.wineggbuilder/trunk/TODO.txt
===================================================================
--- Sandbox/adamg/zope.wineggbuilder/trunk/TODO.txt	2010-06-11 07:43:24 UTC (rev 113347)
+++ Sandbox/adamg/zope.wineggbuilder/trunk/TODO.txt	2010-06-11 08:16:48 UTC (rev 113348)
@@ -23,6 +23,7 @@
 
 - create user on PYPI
   - setup .pypirc
+  - grant perm to packages
 
 
 - setup some monitoring (mon.itor.us?)
\ No newline at end of file

Modified: Sandbox/adamg/zope.wineggbuilder/trunk/server-setup.txt
===================================================================
--- Sandbox/adamg/zope.wineggbuilder/trunk/server-setup.txt	2010-06-11 07:43:24 UTC (rev 113347)
+++ Sandbox/adamg/zope.wineggbuilder/trunk/server-setup.txt	2010-06-11 08:16:48 UTC (rev 113348)
@@ -31,9 +31,17 @@
     - mingw32
     - MS Visual C++ 2008 Express Edition
       http://www.microsoft.com/express/downloads/
-  - install pythons
-    - c:\python24_32
-    - c:\python25_32
-    - c:\python26_32
-    - c:\python26_64
-    - c:\python25_sys (32bit)
+  - install pythons+pywin32+setuptools
+    - c:\python24_32 NOT default
+    - c:\python25_32 NOT default
+      - the trick is to install python25_sys+pywin32+setuptools first
+        then copy c:\python25_sys to python25_32
+    - c:\python26_32 NOT default
+    - c:\python26_64 NOT default
+      - setuptools trick:
+        get the source tgz, patch it with
+        http://bugs.python.org/setuptools/issue2
+    - c:\python25_sys (default, 32bit, add to path)
+  - install mingw32 to C:\MinGW
+  - collabnet svn client to C:\svn
+  - MSVC



More information about the checkins mailing list