Mercurial 1.6.3 64-bit Inno Setup installer

Tarek Ziadé ziade.tarek at gmail.com
Sun Sep 12 05:02:38 CDT 2010


2010/9/12 Steve Borho <steve at borho.org>:
> 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.

That's probably because the app that uses keyring is loading it in a
specific environment where stdout/stderr get partially captured.


Tarek

-- 
Tarek Ziadé | http://ziade.org


More information about the Mercurial-devel mailing list