将 python 包添加到 uClinux

发布于 2024-09-18 09:42:39 字数 288 浏览 8 评论 0原文

我有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

温柔一刀 2024-09-25 09:42:39

您是否看过此页面: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 :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文