mercurial at 3877: 2 new changesets
Christian Ebert
blacktrash at gmx.net
Sun Dec 17 15:43:41 UTC 2006
* Mercurial Commits on Thursday, December 14, 2006 at 23:00:13 +0100:
> 2 new changesets in mercurial:
>
> [...]
>
> http://www.selenic.com/hg/rev/abaee83ce0a6
> changeset: 3877:abaee83ce0a6
> tag: tip
> user: Matt Mackall <mpm at selenic.com>
> date: Wed Dec 13 13:27:09 2006 -0600
> summary: Replace demandload with new demandimport
I get a problem with my local webview (via apache) from this.
The apache runs python2.3 on MacOS 10.3.9.
--> --> -->
Python 2.3: /usr/bin/python
AttributeError Sun Dec 17 16:13:53 2006
A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
/Users/chris/Sites/hg-cgi/hgwebdir.cgi
21 from mercurial.hgweb.hgwebdir_mod import hgwebdir
22 from mercurial.hgweb.request import wsgiapplication
23 import mercurial.hgweb.wsgicgi as wsgicgi
24
25 # The config file looks like this. You can have paths to individual
mercurial undefined, as undefined, wsgicgi undefined
AttributeError: 'module' object has no attribute 'wsgicgi'
args = ("'module' object has no attribute 'wsgicgi'",)
$ sudo tail -n7 /var/log/httpd/error_log
import base85, cmdutil, mdiff, util
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/mercurial/mdiff.py:8: RuntimeWarning: Python C API version mismatch for module bdiff: This Python has API version 1012, module bdiff has version 1013.
import bdiff, mpatch, re, struct, util
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/mercurial/mdiff.py:8: RuntimeWarning: Python C API version mismatch for module mpatch: This Python has API version 1012, module mpatch has version 1013.
import bdiff, mpatch, re, struct, util
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/mercurial/patch.py:10: RuntimeWarning: Python C API version mismatch for module base85: This Python has API version 1012, module base85 has version 1013.
import base85, cmdutil, mdiff, util
c
--
_B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/baustellen.html>
More information about the Mercurial-devel
mailing list