sciter-sdk/pysciter

don't can use import

kingtelepuz5 opened this issue · 7 comments

ImportError: libsciter-gtk.so was not found in PATH.
Please verify that Sciter SDK is installed and its binaries (SDK/bin, bin.osx or bin.gtk) are available in the path.
libsciter-gtk.so: cannot open shared object file: No such file or directory
libsciter-gtk-64.so: cannot open shared object file: No such file or directory

ubuntu 20.04

i am dowloand SDK but don't understand now to use and what i am need to do it
please help
path to bin
~/sciter-js-sdk/bin

export PATH=$PATH:~/sciter-js-sdk/bin/linux/x64

where to write it? terminal? .py document?

In terminal, of course. To fix that "libsciter-gtk.so was not found" error.

ohh,
export: command not found
bash: / ~/sciter-js-sdk/bin /linux/x64: No such file or directory

bash -c "export PATH=$PATH;~/sciter-js-sdk/bin/linux/x64"
i am try this and see:
/home/iakov/sciter-js-sdk/bin/linux/x64: This is the directory

okay, i am unintall SDK, and install again, so later i say what i do and what i have, thx to feedback