This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients barry, brett.cannon, ezio.melotti, vstinner
Date 2011-12-10.13:51:33
SpamBayes Score 0.0019851897
Marked as misclassified No
Message-id <1323525094.27.0.177903508945.issue13572@psf.upfronthosting.co.za>
In-reply-to
Content
The compilation of the module failed for the same reason:

building '_curses' extension
gcc -pthread -fPIC -Wno-unused-result -g -O0 -Wall -Wstrict-prototypes -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -IInclude -I. -I./Include -I/usr/include/arm-linux-gnueabi -I/usr/local/include -I/var/lib/buildbot/buildarea/3.x.warsaw-ubuntu-arm/build -c /var/lib/buildbot/buildarea/3.x.warsaw-ubuntu-arm/build/Modules/_cursesmodule.c -o build/temp.linux-armv7l-3.3-pydebug/var/lib/buildbot/buildarea/3.x.warsaw-ubuntu-arm/build/Modules/_cursesmodule.o
gcc -pthread -shared build/temp.linux-armv7l-3.3-pydebug/var/lib/buildbot/buildarea/3.x.warsaw-ubuntu-arm/build/Modules/_cursesmodule.o -L/usr/lib/arm-linux-gnueabi -L/usr/local/lib -lncursesw -o build/lib.linux-armv7l-3.3-pydebug/_curses.cpython-33dm.so
*** WARNING: importing extension "_curses" failed with <class 'UnicodeDecodeError'>: 'utf8' codec can't decode byte 0xb5 in position 0: invalid start byte
History
Date User Action Args
2011-12-10 13:51:34vstinnersetrecipients: + vstinner, barry, brett.cannon, ezio.melotti
2011-12-10 13:51:34vstinnersetmessageid: <1323525094.27.0.177903508945.issue13572@psf.upfronthosting.co.za>
2011-12-10 13:51:33vstinnerlinkissue13572 messages
2011-12-10 13:51:33vstinnercreate