Also please stop using PyXML, it's last release was in 2004.... 10 years ago. I daubt it will be fixed. Instead use "import xml" from python2.7 standard library, which is available out of the box.
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python2.7 in Ubuntu. https://bugs.launchpad.net/bugs/1238244 Title: pyconfig.h is missing HAVE_MEMMOVE Status in “python2.7” package in Ubuntu: Fix Released Bug description: After upgrading to kubuntu 13.04, I found that I was unable to install pyxml via setuptools. It would throw the following error during the build process: extensions/expat/lib/xmlparse.c:75:2: error: #error memmove does not exist on this platform, nor is a substitute available Appending the following line to /usr/include/python2.7/pyconfig.h seems to resolve the issue: #define HAVE_MEMMOVE 1 ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: libpython2.7-dev 2.7.4-2ubuntu3.2 [modified: usr/include/python2.7/pyconfig.h] ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8 Uname: Linux 3.8.0-31-generic x86_64 ApportVersion: 2.9.2-0ubuntu8.3 Architecture: amd64 Date: Thu Oct 10 13:14:22 2013 InstallationDate: Installed on 2012-09-21 (384 days ago) InstallationMedia: Kubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20120822.2) MarkForUpload: True SourcePackage: python2.7 UpgradeStatus: Upgraded to raring on 2013-08-05 (65 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1238244/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp

