[Bug 5493] New: ISAPI_WSGI module not work anymore in 4.1 version

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Wed Mar 1 14:08:11 UTC 2017


https://bz.mercurial-scm.org/show_bug.cgi?id=5493

            Bug ID: 5493
           Summary: ISAPI_WSGI module not work anymore in 4.1 version
           Product: Mercurial
           Version: stable branch
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: hgweb
          Assignee: bugzilla at mercurial-scm.org
          Reporter: vbolshakov at gmail.com
                CC: mercurial-devel at mercurial-scm.org

ISAPI_WSGI module build from 4.1 version not starting with this message:

Internal Extension Error: Failed to import callback module 'hgwebdir_wsgi'
Traceback (most recent call last):
  File "D:\Mercurial\NEW\hgwebdir_wsgi.py", line 27, in <module>
    from mercurial.hgweb.hgwebdir_mod import hgwebdir
  File
"D:\AppPython\hg\Lib\site-packages\mercurial-4.1-py2.7-win-amd64.egg\mercurial\hgweb\__init__.py",
line 13, in <module>
    from ..i18n import _
  File
"D:\AppPython\hg\Lib\site-packages\mercurial-4.1-py2.7-win-amd64.egg\mercurial\i18n.py",
line 15, in <module>
    from . import (
  File
"D:\AppPython\hg\Lib\site-packages\mercurial-4.1-py2.7-win-amd64.egg\mercurial\encoding.py",
line 15, in <module>
    from . import (
  File
"D:\AppPython\hg\Lib\site-packages\mercurial-4.1-py2.7-win-amd64.egg\mercurial\pycompat.py",
line 168, in <module>
    sysargv = sys.argv
AttributeError: 'module' object has no attribute 'argv'

Same ISAPI_WSGI module build from 4.0.2 version work without any problems.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list