Mercurial 1.6.3 64-bit Inno Setup installer

Pascal Quantin pascal.quantin at gmail.com
Sat Sep 11 15:35:02 CDT 2010


 Hi,

Le 11/09/2010 22:17, Tarek Ziadé a écrit :
>
> Fwiw Steve changes to keyring were merged back to the main project
>
> Cheers
> Tarek
>
Thanks for the notification. I just tried it and unfortunately it does
not work. After making a python setup.py install, when I try to import
keyring I get:
Traceback (most recent call last):
  File "<interactive input>", line 1, in <module>
  File "C:\Python26\lib\site-packages\keyring\__init__.py", line 9, in
<module>
    from core import set_keyring, get_keyring, set_password, get_password
  File "C:\Python26\lib\site-packages\keyring\core.py", line 12, in <module>
    from keyring import backend
  File "C:\Python26\lib\site-packages\keyring\backend.py", line 11, in
<module>
    from keyring.util.escape import escape as escape_for_ini
ImportError: No module named util.escape

Configuration: WinXP, MSVC 2008 SP1, Python 2.6.6.

Regards,
Pascal.


More information about the Mercurial-devel mailing list