[issue12271] panel.h is not found even if it's installed on various flavours of SUSE

2019-10-11 Thread Fabrice BAUZAC
Fabrice BAUZAC added the comment: I have been hit by the same issue today. Kenneth's patch seems fine. Why not integrate it? -- nosy: +fbauzac ___ Python tracker ___

[issue12271] panel.h is not found even if it's installed on various flavours of SUSE

2014-05-13 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: -skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue12271] panel.h is not found even if it's installed on various flavours of SUSE

2013-03-30 Thread Matthias Klose
Matthias Klose added the comment: hard coding ncurses seems to be wrong, as in most cases, you do want ncursesw. -- nosy: +doko ___ Python tracker ___ ___

[issue12271] panel.h is not found even if it's installed on various flavours of SUSE

2013-03-29 Thread Kenneth O'Brien
Kenneth O'Brien added the comment: Removed generated files from patch. Requesting review. -- Added file: http://bugs.python.org/file29608/ken-ncurses-suse-update.patch ___ Python tracker ___

[issue12271] panel.h is not found even if it's installed on various flavours of SUSE

2013-03-27 Thread Kenneth O'Brien
Kenneth O'Brien added the comment: I have created a simple patch that solves this problem. Depending on whether panel.h or ncurses/panel.h are found, the appropriate one is included. -- nosy: +Kenneth.O'Brien Added file: http://bugs.python.org/file29594/ken_ncurses.patch __

[issue12271] panel.h is not found even if it's installed on various flavours of SUSE

2012-07-07 Thread Catalin Iacob
Catalin Iacob added the comment: The same happens on OpenSUSE 12.1 so Python can't be fully built there which is a bit of a shame. OpenSUSE uses this patch for their packages, but that would break other distributions so it's not a good solution: -#include +#include Here's a list of all cur