[spambayes-dev] RE: [Spambayes-checkins] spambayes/windowsspambayes.iss, 1.2, 1.3

Kenny Pitt kennypitt at hotmail.com
Thu Dec 4 11:46:17 EST 2003


[Me, before realizing I had modified this file locally]
> Tony Meyer wrote:
>> Update of /cvsroot/spambayes/spambayes/windows
>> In directory sc8-pr-cvs1:/tmp/cvs-serv3138/windows
>> 
>> Modified Files:
>> 	spambayes.iss
>> Log Message:
>> These dlls end up in the lib directory here, and I'm pretty sure
>> that that's where they're meant to be these days.  An old .iss,
>> maybe? 
> 
> Actually, those two DLLs only go in the lib directory now, not in the
> bin directory.  The "py2exe\dist\lib\*.*" line already takes care of
> that.

And now for the completion of that partial thought:

So, the correct fix is to delete those two DLLs from the .iss entirely.

Some background:  A little while back, I noticed that these DLLs weren't
found in some cases when they were in the bin directory (e.g. if you
tried to register the plugin DLL when you weren't sitting in the bin
directory).  Mark and I determined that if the DLLs are in the python
path, they will be found correctly in all cases, so that's why setup_all
was changed to copy them to the dist\lib directory instead of the
dist\bin directory.

-- 
Kenny Pitt




More information about the spambayes-dev mailing list