Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Groszer committed Jun 11, 2010
1 parent 26ffcf0 commit 304a4d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ TODOs on the server:

- create user on PYPI
- setup .pypirc
- grant perm to packages


- setup some monitoring (mon.itor.us?)
20 changes: 14 additions & 6 deletions server-setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 304a4d6

Please sign in to comment.