From skip.montanaro at gmail.com Wed Dec 27 19:54:48 2017 From: skip.montanaro at gmail.com (Skip Montanaro) Date: Wed, 27 Dec 2017 18:54:48 -0600 Subject: [spambayes-dev] Need a bit of help with the Windows installer Message-ID: It seems I might have successfully built a Windows installer using the Appveyor continuous integration platform. I don't have direct access to Windows, however I was able to run the installer without error using WINE, and start up the POP3 proxy. I've not tried to go any farther. I'm looking for a Windows user who would like to help wring out the remaining bugs. If you can give it a whirl, the installer to test is here: https://ci.appveyor.com/api/buildjobs/dg5ewclrsvyiubnh/artifacts/spambayes%2Fwindows%2Fspambayes-1.1b3.exe This includes the most recent changes to SpamBayes and embeds Python 2.7.14. If you try it out and find problems, let me know. You can also fork the project on GitHub: https://github.com/smontanaro/spambayes/ and produce pull releases with putative changes. I'm working from the "appveyor" branch. The appveyor.yml file is right at the top level. I'm sure it's a mess. That's what happens when the developer knows nothing about Windows and the only way to test anything is to push a commit. (74 pushes...) Skip From skip.montanaro at gmail.com Thu Dec 28 14:06:10 2017 From: skip.montanaro at gmail.com (Skip Montanaro) Date: Thu, 28 Dec 2017 13:06:10 -0600 Subject: [spambayes-dev] Need a bit of help with the Windows installer Message-ID: It seems I might have successfully built a Windows installer using the Appveyor continuous integration platform (https://www.appveyor.com/). I don't have direct access to Windows, however I was able to run the installer without error using WINE, and start up the POP3 proxy. I didn't go any farther. My son successfully installed it on his Windows 10 machine, enabling just the IMAP filter. (Neither of us has access to Outlook.) Once again, we didn't go further than that. This morning, I attempted to build a 64-bit installer, but got held up unable to pip install py2exe_py2. Not sure why. I'm looking for a Windows user who would like to help wring out the remaining bugs. If you can give it a whirl, the installer to test is here: https://ci.appveyor.com/project/smontanaro/spambayes/build/job/0m1jf3fecsxcxmd5/artifacts If you find problems, let me know. You can also poke around the appveyor branch of the SpamBayes GitHub project: https://github.com/smontanaro/spambayes/tree/appveyor The appveyor.yml file at the top level represents the current build instructions. Pull requests are welcome, even if just to clean up the mess. I don't have direct access to a Windows machine, and know next-to-nothing about Windows, so the edit/commit/run cycle was a bit painful. Cheers, Skip