Eric> I checked Synaptic to what in regards to Python was installed.  It
    Eric> says that Python 2.5 and 2.6 are installed.

    Eric> Is it possible to specify in the command line which version of
    Eric> Python to use?

I sort of assume you installed SpamBayes something like this:

    python setup.py install

You can refrence Python 2.5 directly:

    python2.5 setup.py install

SpamBayes will then be run using Python 2.5.  If you install SpamBayes using
Synaptics, I don't know how to tell it to use Python 2.5.

Skip
_______________________________________________
spambayes-dev mailing list
spambayes-dev@python.org
http://mail.python.org/mailman/listinfo/spambayes-dev

Reply via email to