[spambayes-bugs] [ spambayes-Bugs-834511 ] 1.0a6: Python 2.3 is required

SourceForge.net noreply at sourceforge.net
Sun Nov 2 13:16:51 EST 2003


Bugs item #834511, was opened at 2003-11-02 12:23
Message generated for change (Comment added) made by richiehindle
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=834511&group_id=61702

Category: hammie
Group: Source code 1.0a6
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Simone Piunno (pioppo)
Assigned to: Nobody/Anonymous (nobody)
Summary: 1.0a6: Python 2.3 is required

Initial Comment:
In README.txt for 1.0a6 I found:

Prerequisites
=============

You need to have Python 2.2 or later (2.3 is
recommended).  You can
download Python from <http://www.python.org/download/>.
Many distributions of unix now ship with Python - try
typing 'python'
at a shell prompt.

So 2.2 should be enough, but:

[pioppo at liston Mailman]$ python storage.py 
Traceback (most recent call last):
  File "storage.py", line 17, in ?
    from spambayes import storage
  File "spambayes/storage.py", line 67, in ?
    from spambayes import classifier
  File "spambayes/classifier.py", line 43, in ?
    from spambayes.Options import options
  File "spambayes/Options.py", line 33, in ?
    defaults = {
NameError: name 'False' is not defined

Either you fix Options.py adding proper False
definition, or you raise the python requirement.

----------------------------------------------------------------------

>Comment By: Richie Hindle (richiehindle)
Date: 2003-11-02 18:16

Message:
Logged In: YES 
user_id=85414

Already fixed in CVS.  Fix will be available in 1.0a7.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=834511&group_id=61702



More information about the Spambayes-bugs mailing list