[Gajim-devel] demandimport problem, again

Yann Leboulanger asterix at lagaule.org
Tue Aug 14 13:12:49 CEST 2012


On 06/10/2012 10:57 AM, Zhihao Yuan wrote:
> On Sun, Jun 10, 2012 at 3:12 AM, Yann Leboulanger<asterix at lagaule.org>  wrote:
>> On 06/09/2012 11:07 PM, Zhihao Yuan wrote:
>>>
>>> When RST is activated, and you type a message
>>>
>>>    File "/usr/local/share/gajim/src/common/demandimport.py", line 58, in
>>> _load
>>>      mod = _origimport(head, globals, locals)
>>>
>>> in /usr/local/lib/python2.7/site-packages/docutils/parsers/rst/states.py
>>>
>>> try:
>>>      import roman            #<--- fail
>>> except ImportError:
>>>      import docutils.utils.roman as roman
> No.
> import roman            #<--- fail

Sorry to be back so late with that. My states.py doesn't have this try 
(python-docutils 0.8.1), and I don't have your traceback. So roman is 
correctly imported here.

Do you still have the problem?
If yes, is it better without demandimport (comment the 
demandimport.enable() line in src/gajim.py)?

-- 
Yann


More information about the Gajim-devel mailing list