sciter-sdk/pysciter

py27 not been supported

waleson opened this issue · 2 comments

python27 not supported

pip install pysciter

Traceback (most recent call last):
File "examples/minimal.py", line 3, in
import sciter
File "E:\tools\Python27\lib\site-packages\sciter_init_.py", line 18, in
from .capi.scapi import SciterAPI
File "E:\tools\Python27\lib\site-packages\sciter\capi\scapi.py", line 5, in
from sciter.capi.scdef import *
File "E:\tools\Python27\lib\site-packages\sciter\capi\scdef.py", line 182
def init(self, string_type: str):
^
SyntaxError: invalid syntax

Yes, that's true. It is mentioned in the readme.

Not that it requires so much to do to support it, just it happened that I don't like 2.x and don't want to bother to support it.

Though PRs are considered.

thank you. after installed the latest python 3.6.5 ,it worked.