problem using fixutf8-extension

Marko Käning mk362 at mch.osram.de
Thu Feb 12 06:32:58 CST 2009


Hi,

I just tried to use the fixutf8 extension.

Unfortunately I ran into the following problem:

--------------------------------------------------------
$ hg help
*** failed to import extension fixutf8 from .hg-extensions/fixutf8.py: 
'module' object has no attrib
ute 'wrapfunction'
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 1.0.2+tortoisehg)
Traceback (most recent call last):
  File "hg", line 31, in <module>
  File "mercurial\dispatch.pyc", line 20, in run
  File "mercurial\dispatch.pyc", line 29, in dispatch
  File "mercurial\dispatch.pyc", line 45, in _runcatch
  File "mercurial\dispatch.pyc", line 284, in _dispatch
  File ".hg-extensions/fixutf8.py", line 153, in extsetup
    extensions.wrapfunction(osutil, "listdir", utf8wrapper)
AttributeError: 'module' object has no attribute 'wrapfunction'

--------------------------------------------------------

Don't know what to do about it, since I have no clue about python.

Hope somebody can tell me where my mistake is.

Regards,
Marko


More information about the Mercurial mailing list