Matt> .... I cannot figure out to tell what the overall version of
Matt> spambayes is. I see some versioning on individual scripts, but
Matt> not an overall one.
Matt> Is there a method to do this?
>From the Python prompt:
% python
Python 2.6a0 (trunk:52218, Oct 7 2006, 07:08:10)
[GCC 4.0.0 (Apple Computer, Inc. build 5026)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import spambayes
>>> spambayes.__version__
'1.1a3'
Should work for all platforms.
Skip
_______________________________________________
[email protected]
http://mail.python.org/mailman/listinfo/spambayes
Check the FAQ before asking: http://spambayes.sf.net/faq.html