Re: [spambayes-dev] ImportError: No module named spambayes.resources (line 12 of setup_all.py)

2022-08-24 Thread Erik Brown via spambayes-dev
Ok, thanks again for fast reply Mark  I will stop here attempting to build binary. I now know how to install from source on different machines thanks you all. ⁣Erik M. Brown Get BlueMail for Android ​ On Aug 25, 2022, 1:12 AM, at 1:12 AM, Mark Hammond wrote: >I'm afraid I have no idea about

Re: [spambayes-dev] ImportError: No module named spambayes.resources (line 12 of setup_all.py)

2022-08-24 Thread Mark Hammond
I'm afraid I have no idea about that. It looks like I don't even have the latest spambayes source tree here, and don't even have svn to update it! My version does seem to correctly declare "convert_db" as a boolean, but I can't remember enough about inno to know what might be going wrong. Spam

Re: [spambayes-dev] ImportError: No module named spambayes.resources (line 12 of setup_all.py)

2022-08-24 Thread Erik M. Brown via spambayes-dev
Bravo Mark...LOL! So I actually found my old HD with Windows XP and Outlook 2003 installed, and I'm booting from it, testing all of this. Because I'm running Outlook 2003, the link you sent actually worked. I changed it to the following: typelibs = [ ('{00062FFF---C000-000

Re: [spambayes-dev] ImportError: No module named spambayes.resources (line 12 of setup_all.py)

2022-08-24 Thread Erik M. Brown via spambayes-dev
Roger that, I was assuming you were using the Outlook add-in. Take care, Erik Brown -Original Message- From: Matthew Dixon Cowles [mailto:m...@mondoinfo.com] Sent: Thursday, August 25, 2022 12:08 AM To: Erik M. Brown Cc: spambayes-dev@python.org Subject: RE: [spambayes-dev] ImportError

Re: [spambayes-dev] ImportError: No module named spambayes.resources (line 12 of setup_all.py)

2022-08-24 Thread Matthew Dixon Cowles
Erik, > BTW Matthew, what do you mean by copy the files? Do you mean the > source files and you manually install the com addin? I do mean copying the Python source files. I'm not much of a Windows guy so I have only the most general idea of what a com addin is. Regards, Matt _

Re: [spambayes-dev] ImportError: No module named spambayes.resources (line 12 of setup_all.py)

2022-08-24 Thread Mark Hammond
It looks like that's telling you Outlook 2000 isn't installed, which is probably expected. See also https://mail.python.org/pipermail/spambayes-dev/2004-July/002938.html But that's probably out of date too - you probably need to find the GUIDs in the registry editor under Computer\HKEY_LOCA

Re: [spambayes-dev] ImportError: No module named spambayes.resources (line 12 of setup_all.py)

2022-08-24 Thread Erik M. Brown via spambayes-dev
Thank you all for the quick replys! So I'm not a dev, more of a power user, and I just added the python folder and script folder to the windows path. I then ran it in a CMD prompt, python setup_all.py, and it actually found the resources it needed. However, it ended up throwing a wild error:

Re: [spambayes-dev] ImportError: No module named spambayes.resources (line 12 of setup_all.py)

2022-08-24 Thread Skip Montanaro
> > You should be able to find the version of spambayes that setup_all.py > is trying to use. Does it in fact have a directory called resources? > At the top-level spambayes directory, there is a spambayes/windows/setup_all.py. That suggests to me that something about the way the Windows package i

Re: [spambayes-dev] ImportError: No module named spambayes.resources (line 12 of setup_all.py)

2022-08-24 Thread Matthew Dixon Cowles
Eric, > Not sure if anyone is still reading this, I am. And I still use SpamBayes every day. > but I'm running into an error when attempting to run > "setup_all.py", the py2exe setup script, I get the following: > ImportError: No module named spambayes.resources (line 12 of > setup_all.py) B

[spambayes-dev] ImportError: No module named spambayes.resources (line 12 of setup_all.py)

2022-08-24 Thread Erik M. Brown via spambayes-dev
Hey all! Not sure if anyone is still reading this, but I'm running into an error when attempting to run "setup_all.py", the py2exe setup script, I get the following: ImportError: No module named spambayes.resources (line 12 of setup_all.py) I'm able to run Spambayes from these source files in O