Python keyring lib (was: Mercurial 1.6.3 64-bit Inno Setup installer)

Pascal Quantin pascal.quantin at gmail.com
Sun Sep 12 12:11:04 CDT 2010


 Hi,

Le 12/09/2010 11:58, Tarek Ziadé a écrit :
> Thanks for this feedback. It turns out the project had a bug in its
> setup script, and some files were missing in the sdist tarball.
>
> I've fixed this and just released keyring 0.4 to PyPI - the tip is also fixed.
I tested this new release and now I have another traceback:
>>> import keyring
Traceback (most recent call last):
  File "<interactive input>", line 1, in <module>
  File "C:\Python26\lib\site-packages\keyring\__init__.py", line 10, in
<module>
    from keyring.getpassbackend import get_password as get_pass_get_password
  File "C:\Python26\lib\site-packages\keyring\getpassbackend.py", line
3, in <module>
    import pwd
ImportError: No module named pwd

Regards,
Pascal.


More information about the Mercurial-devel mailing list