> I've upgrade to outlook 2003 and spambayes will NOTinstall > > Traceback (most recent call last): > File "addin.py", line 1546, in ? > File "win32com\server\register.pyc", line 483, in UseCommandLine > File "win32com\server\register.pyc", line 413, in RegisterClasses > File "win32com\server\register.pyc", line 181, in RegisterServer > File "win32com\server\register.pyc", line 32, in _set_string > pywintypes.error: (5, 'RegSetValue', 'Access is denied.')
This is trying to write a value to the Windows registry (to tell Outlook that the plug-in exists) and is getting an "Access denied" error. Does the user you are logged in as have permission to write to the registry (by default HKEY_LOCAL_USER)? If not, you'll need to log in as a user that does (and register for all users, as described in the troubleshooting guide). =Tony.Meyer -- Please always include the list ([email protected]) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. _______________________________________________ [email protected] http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html
