Re: [OpenWrt-Devel] OpenWRT: how to include byte-compile .pyc files into sysupgrade image?

2017-02-16 Thread Xuebing Wang
Hi Alex, Thanks a lot for your help. I am using Python 2.7.12, branch chaos_calmer from (git://github.com/openwrt/openwrt.git), feeds branch is for-15.05. Also, I am using Atheros platform based on MIPS architecture. Thanks again. xuebing wang On 2017年02月17日 15:31, Alexandru Ardelean wrot

Re: [OpenWrt-Devel] OpenWRT: how to include byte-compile .pyc files into sysupgrade image?

2017-02-16 Thread Alexandru Ardelean
Oh. This is an old topic. Let me think about it, for a bit. Quick q: which Python version are you using and from which repo/branch ? I usually test against trunk. Thanks Alex On Fri, Feb 17, 2017 at 8:40 AM, Xuebing Wang wrote: > Hi Community and Alexandru: > > I am using OpenWrt chaos_calmer

[OpenWrt-Devel] OpenWRT: how to include byte-compile .pyc files into sysupgrade image?

2017-02-16 Thread Xuebing Wang
Hi Community and Alexandru: I am using OpenWrt chaos_calmer for an Atheros based platform, we have a complicated Python application which takes time to run. - On the target board, I can "python -m compileall ." for Python standard libraries in directories "/usr/lib/python2.7", and boot time ca