Mercurial 1.6.3 64-bit Inno Setup installer

Steve Borho steve at borho.org
Sat Sep 11 20:41:16 CDT 2010


On Sat, Sep 11, 2010 at 3:35 PM, Pascal Quantin
<pascal.quantin at gmail.com> wrote:
>  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

That's amusing.  I have seen this error recently "No module named
util.escape" and couldn't figure out where it came from since it
didn't come with any traceback.

Now I know.

-- 
Steve Borho


More information about the Mercurial-devel mailing list