I have the latest update, and I ran the test suite this morning. It
looks like the repository is missing win32security.
Also, our friend ^M has returned! methods.py is the offender. Here is
the nostests --coverage dump:
======================================================================
ERROR: Failure: ImportError (No module named win32security)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/nose-0.10.1-py2.5.egg/
nose/loader.py", line 364, in loadTestsFromName
addr.filename, addr.module)
File "/usr/local/lib/python2.5/site-packages/nose-0.10.1-py2.5.egg/
nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/local/lib/python2.5/site-packages/nose-0.10.1-py2.5.egg/
nose/importer.py", line 84, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/Users/cperkins1/offsite/authority/authority/test/
test_schemes.py", line 1, in <module>
from authority.schemes import *
File "/Users/cperkins1/offsite/authority/authority/schemes/
__init__.py", line 1, in <module>
from schemes import *
File "/Users/cperkins1/offsite/authority/authority/schemes/
schemes.py", line 5, in <module>
from authority.checkers import MatchChecker
File "/Users/cperkins1/offsite/authority/authority/checkers/
__init__.py", line 1, in <module>
from checkers import *
File "/Users/cperkins1/offsite/authority/authority/checkers/
checkers.py", line 95, in <module>
from win32security import LogonUser
ImportError: No module named win32security
Name Stmts Exec Cover Missing
-------------------------------------------------------------
authority 0 0 100%
authority.conditions 76 76 100%
authority.methods 1 1 100%
authority.methods.methods <class 'coverage.CoverageException'>:
Couldn't parse '/Users/cperkins1/offsite/authority/authority/methods/
methods.py' as Python source: 'invalid syntax' at line 113
authority.providers 1 1 100%
authority.providers.providers 10 6 60% 12-13, 19, 25
authority.user 7 7 100%
authority.utils 21 5 23% 7-23, 33
-------------------------------------------------------------
enjoy!
-chris