[Buildroot] Python standard library problems

Pedro Sanchez psanchez at fosstel.com
Wed Aug 31 14:17:23 UTC 2011


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 "<stdin>", line 1, in <module>
   File "/usr/lib/python2.7/subprocess.py", line 432, in <module>
   File "/usr/lib/python2.7/pickle.py", line 1266, in <module>
ImportError: No module named binascii


-- 
Pedro


More information about the buildroot mailing list