开发者

adding python packages to uClinux

开发者 https://www.devze.com 2023-01-15 03:56 出处:网络
I have distribution of uClinux, throught \"menu config\" I check python and compile(\"make\"). I have python on my chip now.

I have distribution of uClinux, throught "menu config" I check python and compile("make").

I have python on my chip now. There is a binary executable file /bin/python.

But what about python pac开发者_运维技巧kages? There are only some basic packages as sys, time etc. I want to add for example package pyserial for serial port.

Before compilation I can in directory /python/modules in file "setup" select some packages. But all of them are in C, how can I add generally python package to my distribution?

Thanks a lot for any idea.


Did you take a look at this page : http://bytes.com/topic/python/answers/782203-python-board-os-uclinux ?

I'm not sure it will fulfill your needs, but it could :)

0

精彩评论

暂无评论...
验证码 换一张
取 消