[Spambayes] [ spambayes-Bugs-672495 ] Files not installed by setup.py

SourceForge.net noreply at sourceforge.net
Fri Jan 24 13:02:48 EST 2003


Bugs item #672495, was opened at 2003-01-22 15:33
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=672495&group_id=61702

Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Jürgen Hermann (jhermann)
>Assigned to: Richie Hindle (richiehindle)
Summary: Files not installed by setup.py

Initial Comment:
Patch:

===================================================================
RCS file: /cvsroot/spambayes/spambayes/setup.py,v
retrieving revision 1.13
diff -u -r1.13 setup.py
--- setup.py    17 Jan 2003 06:45:36 -0000      1.13
+++ setup.py    22 Jan 2003 15:28:05 -0000
@@ -39,8 +39,12 @@
            'pop3proxy.py',
            'proxytrainer.py',
            'proxytee.py',
+           'OptionConfig.py',
           ],
-        packages = [ 'spambayes', ],
+        packages = [
+           'spambayes',
+           'spambayes.resources',
+        ],
         classifiers = [
             'Development Status :: 4 - Beta',
             'Environment :: Console',

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

>Comment By: Richie Hindle (richiehindle)
Date: 2003-01-24 21:02

Message:
Logged In: YES 
user_id=85414

spambayes.resources is now installed, and OptionConfig.py
now lives in the spambayes package.  Thanks, Jürgen.



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

Comment By: Jürgen Hermann (jhermann)
Date: 2003-01-22 20:22

Message:
Logged In: YES 
user_id=39128

The current problem is the import in line 153 of pop3proxy:

from OptionConfig import OptionsConfigurator

Moving OptionConfig into the package is surely the best fix,
including adapting the above import.

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

Comment By: Richie Hindle (richiehindle)
Date: 2003-01-22 18:43

Message:
Logged In: YES 
user_id=85414

You're dead right about spambayes.resources, but I'm not
convinced we should be installing OptionConfig.py now that
it's been folded into the main pop3proxy web interface.  I asked
on the list whether anyone thought we should leave it in with the
other scripts and got no replies.  I'm tempted to move it into the
spambayes package, from where pop3proxy.py can import it.


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

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



More information about the Spambayes mailing list