Re: [OpenWrt-Devel] Compilation error switch to pyhon 3

2019-09-15 Thread Petr Štetiar
Rosen Penev [2019-09-14 14:37:50]: Hi, > > >>File "/home/ansuel/openwrt/build_dir/host/scons-3.0.5/setup.py", > > >> line 26, in > > >> import distutils.command.build_scripts > > >> ModuleNotFoundError: No module named 'distutils.command' > > > > > Fresh install of Debian 10

Re: [OpenWrt-Devel] Compilation error switch to pyhon 3

2019-09-14 Thread Rosen Penev
On Sat, Jul 27, 2019 at 4:12 PM Jeff Kletsky wrote: > > > On 7/27/19 3:53 PM, Petr Štetiar wrote: > > Ansuel Smith [2019-07-27 19:46:35]: > > > > Hi, > > > >> I can't currently compile my image and i have this error > >> > >> make[3]: Leaving directory '/home/ansuel/openwrt/tools/libtool' > >>

Re: [OpenWrt-Devel] Compilation error switch to pyhon 3

2019-07-27 Thread Jeff Kletsky
On 7/27/19 3:53 PM, Petr Štetiar wrote: Ansuel Smith [2019-07-27 19:46:35]: Hi, I can't currently compile my image and i have this error make[3]: Leaving directory '/home/ansuel/openwrt/tools/libtool' time: tools/libtool/compile#0.05#0.00#0.10 Traceback (most recent call last): File

Re: [OpenWrt-Devel] Compilation error switch to pyhon 3

2019-07-27 Thread Petr Štetiar
Ansuel Smith [2019-07-27 19:46:35]: Hi, > I can't currently compile my image and i have this error > > make[3]: Leaving directory '/home/ansuel/openwrt/tools/libtool' > time: tools/libtool/compile#0.05#0.00#0.10 > Traceback (most recent call last): > File

Re: [OpenWrt-Devel] Compilation error switch to pyhon 3

2019-07-27 Thread Ansuel Smith
an additional dependency is needed for python3 Installing it solves the problem. sudo apt-get install python3-distutils Il giorno sab 27 lug 2019 alle ore 20:05 Reiner Karlsberg ha scritto: > > Am 27.07.2019 um 19:46 schrieb Ansuel Smith: > > I can't currently compile my image and i have this

Re: [OpenWrt-Devel] Compilation error switch to pyhon 3

2019-07-27 Thread Reiner Karlsberg
Am 27.07.2019 um 19:46 schrieb Ansuel Smith: I can't currently compile my image and i have this error make[3]: Leaving directory '/home/ansuel/openwrt/tools/libtool' time: tools/libtool/compile#0.05#0.00#0.10 Traceback (most recent call last): File

[OpenWrt-Devel] Compilation error switch to pyhon 3

2019-07-27 Thread Ansuel Smith
I can't currently compile my image and i have this error make[3]: Leaving directory '/home/ansuel/openwrt/tools/libtool' time: tools/libtool/compile#0.05#0.00#0.10 Traceback (most recent call last): File "/home/ansuel/openwrt/build_dir/host/scons-3.0.5/setup.py", line 26, in import