From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leonardo Giordano Date: Thu, 07 Aug 2008 09:27:14 -0300 Subject: [Buildroot] Python / Lua socket programming Message-ID: <489AEA22.80700@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi, I am trying to have an easy programming (or scripting) language. I have both Lua and Python compiled with buildroot. However, I don't know how to enable socket programming. I mean: For python, it should have a socket module but it is not. I do "import socket" but is says it is not present. Maybe is a path problem? For lua, I should add luasocket library but I don't know how. Any comments? Regards,