[opensuse-factory] Problem with Pyton compatibility setup
I am trying to build openWRT on a Leap 15 system. The build fails with Traceback (most recent call last): File "./ovsdb/ovsdb-idlc.in", line 9, in <module> import ovs.json File "/home/finger/openwrt/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/linux-sunxi_cortexa7/openvswitch-2.8.1/python/ovs/json.py", line 22, in <module> import six ImportError: No module named six On the openWRT system, the file six.py is in the same directory as json.py. Any thoughts on why python does not see this module? Thanks, Larry -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Il giorno Thu, 22 Mar 2018 21:43:42 -0500 Larry Finger <Larry.Finger@lwfinger.net> ha scritto:
On the openWRT system, the file six.py is in the same directory as json.py. Any thoughts on why python does not see this module?
Is it Python 3 or Python 2? Is the module outside the site-packages directory (I'm guessing so, or it wouldn't trigger an ImportError).
participants (2)
-
Larry Finger
-
Luca Beltrame