> I'm still trying to get my head around what to do with msvcr71.dll. 
> Thomas Heller on the py2exe-users list said that he thinks that (in
> his IANAL opinion) you need a license to redistribute mscvr71.dll. 
> If that's the case, then we can't include it with SpamBayes (I'll do
> a 1.0.4 with Python 
> 2.3, and 1.1a1 can be built with 2.3 as well), AFAICT.
> 
> If it is legit to include it, then we need to figure where to source
> it. Either it's not distributed with Python or the Python install
> puts it in windows\system32 (I haven't had a chance to check). 
> (Thomas's (again, IANAL) opinion was that it was legit for Python to
> redistribute the dll. There was some discussion of this a while back
> on python-dev, I believe). If Python does install it, then we can
> just source it from wherever it gets put (the setup_all.py script can
> do this).  If Python doesn't install it, but we are going to, then a
> manual copy is probably the only option, and we'll just have to
> update README-DEVEL.txt.

Please, don't place it in windows\system32.  If Python installer does it,
I think it's a bug if we follow http://tinyurl.com/q20a (second to last
paragraph.)  Can't we have a copy in SB\bin directory instead?

IANAL neither but MSVCR71.DLL is included in the Redist.txt file
(search for it in VS.NET distro.)  That file say nothing about
restrictions on the distribution although I admit couldn't find the
CLUF in my VS.NET installation to be completely sure.
I know it means nothing but WinCvs and TortoiseSVN (just to name a few)
distribute it too.

BTW, I hope can help you with i18n again from this weekend on.

_______________________________________________
spambayes-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-dev

Reply via email to