zlgopen / awtk-widget-qr

qrcode widget, generated by awtk-widget-generator
GNU Lesser General Public License v2.1
1 stars 1 forks source link

build issue #1

Open zhaozhenhong5 opened 2 years ago

zhaozhenhong5 commented 2 years ago

git clone https://github.com/zlgopen/awtk-widget-qr.git cd awtk-widget-qr; scons

报错如下: scons: Reading SConscript files ... APP_SCRIPTS_ROOT:/mnt/hgfs/F/Mstar/SDK/ZLG/awtk-widget-qr/scripts AWTK_ROOT: /mnt/hgfs/F/Mstar/SDK/ZLG/awtk AWTK_SCRIPTS_ROOT: /mnt/hgfs/F/Mstar/SDK/ZLG/awtk/scripts ImportError: No module named app_helper_base: File "/mnt/hgfs/F/Mstar/SDK/ZLG/awtk-widget-qr/SConstruct", line 4: helper = app.Helper(ARGUMENTS) File "/mnt/hgfs/F/Mstar/SDK/ZLG/awtk-widget-qr/scripts/app_helper.py", line 6: from app_helper_base import AppHelperBase

xianjimli commented 2 years ago

AWTK版本可能有点旧。

zhaozhenhong5 commented 2 years ago

嗯,重新下载最新版本可以编译通过