Re: How to port a python package to a embedded system

2017-04-25 Thread chenchao
el Torrie wrote: On 04/25/2017 08:07 AM, MRAB wrote: On 2017-04-25 07:28, chenchao wrote: Hi, all: I installed it by 'pip install numpy' or 'python setup.cfg install' on my PC, but I do not know how to do this on my arm board. Because of my arm board does not have tool o

Re: How to port a python package to a embedded system

2017-04-24 Thread chenchao
Torrie wrote: On 04/24/2017 08:47 PM, chenchao wrote: I have x-compiled the cpython-2.7.10 and ported it on my ARM board(it is not the Raspberry Pi and the Beaglebone Black). But now, I have to use numpy python package on my board. So how do i x-compile this package? Is there anybody

Re: How to port a python package to a embedded system

2017-04-24 Thread chenchao
Hi, all: My board is the ARM Cortex-A8 processor and support floating point arithmetic. On 04/24/2017 10:37 PM, Michael Torrie wrote: On 04/24/2017 08:04 PM, chenchao wrote: Hi, everybody: I have x-compiled the cpython-2.7.10 and ported it on my ARM board(it is not the

Re: How to port a python package to a embedded system

2017-04-24 Thread chenchao
Hi, everybody: I have x-compiled the cpython-2.7.10 and ported it on my ARM board(it is not the Raspberry Pi and the Beaglebone Black). But now, I have to use numpy python package on my board. So how do i x-compile this package? Is there anybody know how to do this? Thanks! My embedded sy

Re: How to port a python package to a embedded system

2017-04-24 Thread chenchao
Hi, everybody: I have x-compiled the cpython-2.7.10 and ported it on my ARM board(it is not the Raspberry Pi and the Beaglebone Black). But now, I have to use numpy python package on my board. So how do i x-compile this package? Is there anybody know how to do this? Thanks! -- https:/

How to port a python package to a embedded system

2017-04-24 Thread chenchao
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

how to corss-compile azure-iot-sdk-python

2017-03-19 Thread chenchao
Hi: I want to port the 'azure-iot-sdk-python' to my router(arm platform). How can i achieve this? -- https://mail.python.org/mailman/listinfo/python-list

How to add a built-in library in pyhton

2017-03-16 Thread chenchao
Hello, everybody: I use python2.7.10 and want to add a c language library in python. So how can i built it as a built-in module in python? -- https://mail.python.org/mailman/listinfo/python-list