[issue12271] Python 2.7.x on IA64 running SLES 11 SP1

2012-05-23 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: invalid -> stage: committed/rejected -> versions: +Python 3.2, Python 3.3 ___ Python tracker ___

[issue12271] Python 2.7.x on IA64 running SLES 11 SP1

2012-05-23 Thread Holger Mickler
Holger Mickler added the comment: I just stumbled upon the same problem with Python 2.7.3 on SLES 11 SP1 amd64. Obviously, SuSE puts the needed header file into /usr/include/ncurses/, and one can either create a symlink in /usr/include/ or apply a patch to _curses_panel.c: --- Modules/_curse

[issue12271] Python 2.7.x on IA64 running SLES 11 SP1

2011-06-06 Thread Vincent
Vincent added the comment: Hello Stefan, Thanks a lot for your time and answer, but here are some additional information regarding the requires "panel.h" file. I've just launched a find command onto my ia64 server, and here is the result: hesione:/ # find / -name "panel.h" /usr/include/ncurs

[issue12271] Python 2.7.x on IA64 running SLES 11 SP1

2011-06-06 Thread Stefan Krah
Stefan Krah added the comment: panel.h is not found. You'll need to install the package that provides libpanel together with the header files: error: panel.h: No such file or directory This does not look like a Python bug, so I'll set the issue to 'pending'. You can still respond to the issue

[issue12271] Python 2.7.x on IA64 running SLES 11 SP1

2011-06-06 Thread Vincent
New submission from Vincent : Hello everybody, With the same build/compile command, I'm able to have "my" runing python version (2.6.x or 2.7.x) on IA64 server runing SLES 10 SP2/SP3,not on IA64 server runing SLES 11 SP1. I've try with 2.7, 2.7.1 and 2.7.2rc1 version without success. On both