sciter-sdk / pysciter

Python bindings for Sciter
https://sciter.com
MIT License
396 stars 40 forks source link

don't can use import #44

Closed kingtelepuz5 closed 3 years ago

kingtelepuz5 commented 3 years ago

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

pravic commented 3 years ago
export PATH=$PATH:~/sciter-js-sdk/bin/linux/x64
kingtelepuz5 commented 3 years ago

where to write it? terminal? .py document?

pravic commented 3 years ago

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

kingtelepuz5 commented 3 years ago

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

kingtelepuz5 commented 3 years ago

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

pravic commented 3 years ago

https://linuxize.com/post/how-to-add-directory-to-path-in-linux/

kingtelepuz5 commented 3 years ago

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