[Spambayes-checkins] spambayes INTEGRATION.txt,1.9,1.10

Barry A. Warsaw bwarsaw at users.sourceforge.net
Sat Jun 21 11:06:05 EDT 2003


Update of /cvsroot/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv1610

Modified Files:
	INTEGRATION.txt 
Log Message:
Updated some requirements re: Python version and email package
version.


Index: INTEGRATION.txt
===================================================================
RCS file: /cvsroot/spambayes/spambayes/INTEGRATION.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** INTEGRATION.txt	6 Jun 2003 17:08:12 -0000	1.9
--- INTEGRATION.txt	21 Jun 2003 17:06:03 -0000	1.10
***************
*** 41,61 ****
  ------------
  
! As a general requirement, you must have a recent version of Python installed
! on your computer, version 2.2 or later.  (Don't ask about backporting it to
! earlier versions of Python.  It's almost a certainty this won't happen.)  If
! you need to install Python on your system, check the Python download page
! for the version appropriate to your computer:
  
      http://www.python.org/download/
  
! You also need version 2.4.3 or above of the Python "email" package.  If
! you're running Python 2.3 (which at the time of writing is available
! from SourceForge CVS, or as the alpha version 2.3a1, available from
! python.org) then you already have this.  If not, you can download
! it from http://mimelib.sf.net and install it - unpack the archive, cd to
! the email-2.4.3 directory and type "python setup.py install" (YMMV on
! different platforms).  This will install it into your Python site-packages
! directory.  You'll also need to move aside the standard "email" library -
! go to your Python "Lib" directory and rename "email" to "email_old".
  
  
--- 41,66 ----
  ------------
  
! As a general requirement, you must have a recent version of Python
! installed on your computer, version 2.2 or later.  Python 2.2.3 is
! recommended.  (Don't ask about backporting it to earlier versions of
! Python.  It's almost a certainty this won't happen.)  If you need to
! install Python on your system, check the Python download page for the
! version appropriate to your computer:
  
      http://www.python.org/download/
  
! You also need version 2.4.3 or above of the Python "email" package.
! If you're running Python 2.2.3 or Python 2.3 (which at the time of
! writing is available from SourceForge CVS, or as the beta version
! 2.3b1, available from python.org) then you already have a good version
! of the email package.
! 
! If not, you can download email version 2.5 (as of this writing) from
! http://mimelib.sf.net and install it - unpack the archive, cd to the
! email-2.5 directory and type "python setup.py install" (YMMV on
! different platforms).  This will install it into your Python
! site-packages directory.  You'll also need to move aside the standard
! "email" library - go to your Python "Lib" directory and rename "email"
! to "email_old".
  
  





More information about the Spambayes-checkins mailing list