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
Bugs, which is subscribed t
On 24 June 2014 23:23, Matt Black <1238...@bugs.launchpad.net> wrote:
> I can confirm the bug exists installing PyXML 0.8.4 (latest at time of
> writing) from pypi on Ubuntu trusty 14.04.
>
Please report a bug to PyXML upstream, with a note that HAVE_MEMMOVE
detection is wrong upstream and instead
no, your test is broken, and it looks like you didn't read xnox comment.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238244
Title:
pyconfig.h is missing HAVE_MEMMOVE
To manage notifications abou
I can confirm the bug exists installing PyXML 0.8.4 (latest at time of
writing) from pypi on Ubuntu trusty 14.04.
http://pastebin.com/VY7FFmtA
Following xnox comments above, I checked for HAVE_MEMMOVE, and he's
quite right. Obviously the build is still broken though.
> grep HAVE_MEMMOVE /usr/inc
HAVE_MEMMOVE is absolutely defined, if one includes python2.7's
pyconfig.h:
$ cat test.c
#include
int main () { return HAVE_MEMMOVE; }
$ gcc `python-config --cflags` -o test test.c
$ ./test
$ echo $?
1
Python headers are split between arch-agnostic and arch-specific
headers, to allow co-inst
I can confirm that HAVE_MEMMOVE doesn't appear in pyconfig.h on my 14.04
system either. (Replicated lack of output to Łukasz's grep command.)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238244
Titl
I am using trusty, libpython2.7-dev version 2.7.6-8 and I do not have
HAVE_MEMMOVE in /usr/include/python2.7/pyconfig.h:
$ grep HAVE_MEMMOVE /usr/include/python2.7/pyconfig.h
$
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://b
the definition exists in 14.04 (trusty)
** Changed in: python2.7 (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238244
Title:
pyconfig.h is missing
This also affects other libraries that appear to rely on this file, such
as cElementTree.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238244
Title:
pyconfig.h is missing HAVE_MEMMOVE
To manage n
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: python2.7 (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238244
Title:
10 matches
Mail list logo