Home  >  Q&A  >  body text

python - How to configure the running environment of pysciter?

https://github.com/pravic/pys...

Add target platform binaries to PATH (bin, bin.osx or bin.gtk) and install Sciter shared library to your LIBRARY_PATH.

I don’t quite understand what this sentence means. Have you ever used it?

Thanks

phpcn_u1582phpcn_u15822708 days ago912

reply all(1)I'll reply

  • 淡淡烟草味

    淡淡烟草味2017-06-14 10:54:47

    According to the instructions, first go to https://sciter.com/download/ to download Sciter SDK, and then unzip it to D:sciter-sdk. Then download the https://github.com/pravic/pys... project, unzip it, enter the directory, python setup.py install, and the installation is complete. Then you go to C:Python35Libsite-packagesPySciter-0.4.13-py3.5.eggscitercapi (the directory of the python third-party installation package) and modify line 474 in scapi.py, as shown in the figure


    Change the variable to the directory of sciter.dll in your SDK, and then run the sample code on github. Don’t forget to create a new minimal.htm to test it for yourself. Don’t forget to like and adopt it.
    The operation effect is as follows

    reply
    0
  • Cancelreply