Cross-Compile Python Extensions
-
Hi, I am followed the Documentation "Cross-Compiling for the Omega" and successfully set up the Build-System and compiled the given Example.
So far everything is good, but i have no idea how to Cross-Compile a Python Extension/Modul (with some parts written in C).The Extension I am talking about is "psutil". It is a Cross-Platform library for retrieving information on running processes and system utilization. What I want to do is to create a pre complied package of "psutil" to install it easy on multiple Onion Omega's.
Is there Somebody who can give more information how to do that? I am pretty new to this and don't understand much about Cross-Compiling (yet).
Thanks.
-
Hi there, I am in the same situation, were you able to find a way to compile the psutil library?
Regadrs