Hi, You can use python in openwrt, the packages available are listed in that way:
opkg list | grep python You don't need to install every package, just those you need... this is one problem. Also you need enough space to install those packages, the command: df -m helps you to know if you have the disk space necessary to install python. Once install python you also need to test your script. If you install python with the command: opkg install python you also install another packages that are mandatory/useful to use python: --- SALUDE3. http://www.rodeiroag.es/ http://soloeningles.blogspot.com/
_______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
