Hi, I got an error message when running mkwvconf:
Traceback (most recent call last):
File "/usr/bin/mkwvconf", line 7, in <module>
from xml import xpath
File "/usr/lib/python2.7/site-packages/_xmlplus/xpath/__init__.py", line 112, in <module>
from pyxpath import ExprParserFactory
File "/usr/lib/python2.7/site-packages/_xmlplus/xpath/pyxpath.py", line 59, in <module>
from xml.xpath.ParsedAbbreviatedRelativeLocationPath import ParsedAbbreviatedRelativeLocationPath
File "/usr/lib/python2.7/site-packages/_xmlplus/xpath/ParsedAbbreviatedRelativeLocationPath.py", line 31
as = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')
^
SyntaxError: invalid syntax
Search Criteria
Package Details: mkwvconf-git 0.1-1
Git Clone URL: | https://aur.archlinux.org/mkwvconf-git.git (read-only) |
---|---|
Package Base: | mkwvconf-git |
Description: | Automatically generate a wvdial configuration for mobile broadband devices. |
Upstream URL: | http://github.com/schuay/mkwvconf |
Licenses: | |
Submitter: | schuay |
Maintainer: | schuay |
Last Packager: | schuay |
Votes: | 20 |
Popularity: | 0.000004 |
First Submitted: | 2009-08-22 10:47 |
Last Updated: | 2015-06-21 21:25 |
Dependencies (4)
Required by (0)
Sources (0)
Latest Comments
schuay commented on 2012-03-02 10:08
cap_sensitive commented on 2012-03-02 06:07
schuay commented on 2012-01-29 14:48
Did you install it before Jan 27th? It should be fixed in the current version.
adrianbs commented on 2012-01-29 12:32
I get an error when I call the script:
File "/usr/bin/mkwvconf", line 42
self.doc = parse(self.xmlPath)
^
TabError: inconsistent use of tabs and spaces in indentation
That's a bug in pyxml, see https://bugs.archlinux.org/task/14782