将 python 包添加到 uClinux
我有 uClinux 的发行版,通过“菜单配置”我检查 python 并编译(“制作”)。
我的芯片上现在有Python。 有一个二进制可执行文件/bin/python。
但是 python 包呢? 只有一些基本的包,如 sys、time 等。 我想添加例如用于串行端口的包 pyserial。
在编译之前,我可以在目录 /python/modules 中的文件“setup”中选择一些包。 但它们都是用 C 语言编写的,我如何将一般的 python 包添加到我的发行版中?
非常感谢您的任何想法。
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 packages?
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否看过此页面:http://bytes .com/topic/python/answers/782203-python-board-os-uclinux?
我不确定它能满足您的需求,但它可以:)
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 :)