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
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