[issue2675] Import errors 1.8 Win2k8 IIS7 python2.6

Joshua Lunsford bugs at mercurial.selenic.com
Thu Mar 3 23:03:24 UTC 2011


New submission from Joshua Lunsford <Joshua.Lunsford at caremark.com>:

N:\hg>C:\Python26\python.exe -u index.cgi
Traceback (most recent call last):
  File "index.cgi", line 19, in <module>
    application = hgweb(config)
  File "mercurial\hgweb\__init__.pyc", line 26, in hgweb

  File "mercurial\hgweb\hgwebdir_mod.pyc", line 61, in __init__

  File "mercurial\hgweb\hgwebdir_mod.pyc", line 70, in refresh

  File "mercurial\ui.pyc", line 35, in __init__

  File "mercurial\demandimport.pyc", line 75, in __getattribute__

  File "mercurial\demandimport.pyc", line 47, in _load

  File "mercurial\util.pyc", line 576, in <module>

  File "mercurial\demandimport.pyc", line 85, in _demandimport

  File "mercurial\windows.pyc", line 21, in <module>

  File "mercurial\demandimport.pyc", line 75, in __getattribute__

  File "mercurial\demandimport.pyc", line 47, in _load

  File "mercurial\osutil.pyc", line 12, in <module>

  File "mercurial\osutil.pyc", line 10, in __load

ImportError: DLL load failed: The specified module could not be found.

N:\hg>



This will only get this far with 2.6 python... 
import sys; sys.path.insert(0, "N:\hg\Mercurial")
The above line commented out or pointed to Library.zip extracted still gives 
the same errors

----------
messages: 15475
nosy: YurikoEX
priority: urgent
status: unread
title: Import errors 1.8 Win2k8 IIS7 python2.6
topic: hgweb, osutil bug

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


More information about the Mercurial-devel mailing list