[issue1451] No osutil in Mercurial binary for Windows 1.1.1

risto.kankkunen mercurial-bugs at selenic.com
Tue Dec 30 12:02:47 CST 2008


New submission from risto.kankkunen <risto.kankkunen at iki.fi>:

Trying to run hgsubversion tests using the Mercurial Windows binary package
results in an error:

>set pythonpath=c:\Program Files\Mercurial\library.zip

>python tests\run.py
Traceback (most recent call last):
  File "tests\run.py", line 7, in <module>
    import test_diff
  File "C:\src\hgsubversion\tests\test_diff.py", line 3, in <module>
    from mercurial import ui
  File "mercurial\ui.pyc", line 10, in <module>
  File "C:\src\hgsubversion\util.pyc", line 17, in <module>

ImportError: No module named osutil
>hg version
Mercurial Distributed SCM (version 1.1+20081203)

Sure enough, I cannot find osutil.py* in library.zip neither osutil.pyd in
Mercurial directory.

Doing "easy_install -U mercurial" and using that with hgsubversion works OK.

----------
messages: 8314
nosy: risto.kankkunen
priority: bug
status: unread
title: No osutil in Mercurial binary for Windows 1.1.1

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1451>
____________________________________________________



More information about the Mercurial-devel mailing list