From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pedro Sanchez Date: Wed, 31 Aug 2011 10:17:23 -0400 Subject: [Buildroot] Python standard library problems In-Reply-To: <4E5CF562.6070800@fosstel.com> References: <4E42D99C.7080806@fosstel.com> <4E42FCAB.2070609@in-2-technology.co.uk> <4E43D5B4.2090106@fosstel.com> <4E43F72C.4060005@in-2-technology.co.uk> <4E441E25.4010600@fosstel.com> <4E444173.3090509@fosstel.com> <4E44FA0A.1000902@free-electrons.com> <4E454A63.6030401@free-electrons.com> <4E45673C.4010903@fosstel.com> <4E4A28C1.1070509@free-electrons.com> <4E5BB725.9030408@free-electrons.com> <4E5CF562.6070800@fosstel.com> Message-ID: <4E5E4273.7070201@fosstel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 08/30/2011 10:36 AM, Pedro Sanchez wrote: > Thanks for the patch. I think it's been tested since I see it's > committed already. But I'll give a try anyway and will let you know. > > Thanks!, > Buildroot (fresh from git repo) built with the CodeSourcery compiler on my Ubuntu 10.04 LTS 64-bit worstation. Tested loading the Python modules of my application. Only one module fails to load now. $ python Python 2.7.1 (r271:86832, Aug 31 2011, 09:38:18) [GCC 4.5.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import fcntl >>> import os >>> import sys >>> import signal >>> import socket >>> import time >>> import datetime >>> from collections import deque >>> from subprocess import Popen, PIPE Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/subprocess.py", line 432, in File "/usr/lib/python2.7/pickle.py", line 1266, in ImportError: No module named binascii -- Pedro