Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#40520 - [python2-soappy] ImportError: No module named defusedxml

Attached to Project: Arch Linux
Opened by Johannes E (JohannesE) - Saturday, 24 May 2014, 06:10 GMT
Last edited by Felix Yan (felixonmars) - Saturday, 24 May 2014, 16:47 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Since the last upgrade (to 0.12.20-1) it is not possible to import SOAPpy in Python2 since the module defusedxml is missing.

Python 2.7.6 (default, Feb 26 2014, 12:07:17)
[GCC 4.8.2 20140206 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import SOAPpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/SOAPpy/__init__.py", line 5, in <module>
from Client import *
File "/usr/lib/python2.7/site-packages/SOAPpy/Client.py", line 61, in <module>
from Parser import parseSOAPRPC
File "/usr/lib/python2.7/site-packages/SOAPpy/Parser.py", line 19, in <module>
from defusedxml import expatreader
ImportError: No module named defusedxml
>>>

Steps to reproduce:
Start a Python2 shell and import SOAPpy or run a Python2 script that imports it.
This task depends upon

Closed by  Felix Yan (felixonmars)
Saturday, 24 May 2014, 16:47 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.12.20-2
Comment by Johannes E (JohannesE) - Saturday, 24 May 2014, 06:11 GMT
Sorry for stupid title...

Loading...