FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
180 views 0 comments
by anonymous
I have python application I would like to port on RUTX12.
Among other things it uses ModemManager to control the modems. For this I need python binding for GObject which is not available as package in OpenWrt.

I tried to build PyGObject using pip3 on the running system but it failed as it depends on cairo library.

Is it possible to build PyGObject using the SDK? Does anyone have experience with this?

1 Answer

0 votes
by anonymous

Hi,

Here you can see how to install Python if it need. https://openwrt.org/docs/guide-user/services/python

Also, using the SDK, you can build any package for installation on the router. https://openwrt.org/docs/guide-developer/toolchain/single.package https://openwrt.org/docs/guide-developer/packages

Step by step instruction - https://dvblog.soabit.com/building-custom-openwrt-packages-an-hopefully-complete-guide/

Best regards, Anton