Xirider / LiveCode

Real-time python variable evaluation
MIT License
14 stars 2 forks source link

installed two version python can't use livecode #8

Open rex4399 opened 3 years ago

rex4399 commented 3 years ago

I have two python installed: 2.7.18 and 3.9.7. I choose 3.9.7 for my project. However, the LiveCode raise error that: "livecode does not support Python 2.7.18". It can't distinguish which version is used. It seems getting python version from windows cmd? I have set both python version in my windows 10 environment variable.

Error: image

Project python version: image

My windows environment variable: image