On Mon, Apr 24, 2017 at 2:45 AM, chenchao <chenc...@inhand.com.cn> wrote:
> Hi, everybody: > > I have port python-2.7 to my arm board. But i don't know how to port > a python package to my embedded system. For example, numpy pakage. > Therefore, is there anybody know how to do this? Thanks! > > > > -- > https://mail.python.org/mailman/listinfo/python-list > Could you be a bit more specific? When you say: " I have port python-2.7 to my arm board.", it could mean: * You want to run a CPython interpreter on an ARM chip * You want to compile your Python code into a binary executable for ARM chips * Something entirely different You also say that you need to port numpy. Numpy itself consists of a heck of a lot of C, so you will need to compile that with ARM as your target. -- https://mail.python.org/mailman/listinfo/python-list