Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion missing "module" and our friend control-m
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
percious  
View profile  
 More options Mar 16 2008, 11:20 am
From: percious <ch...@percious.com>
Date: Sun, 16 Mar 2008 08:20:25 -0700 (PDT)
Local: Sun, Mar 16 2008 11:20 am
Subject: missing "module" and our friend control-m
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.