calvin-base icon indicating copy to clipboard operation
calvin-base copied to clipboard

Deployment fails with Python 3.x

Open adekola opened this issue 10 years ago • 1 comments

Trying to deploy Calvin as per the instructions in the repository, running csdeploy calvin/scripts/test1.calvin

but got a syntax error, which on inspection turned out to be a fundamental difference between python 2.x and 3.x, namely print.

My environment was Windows 7, with Python 3.4.0.

When I tried on my ubuntu box though (with Python 2.7.6), it worked

adekola avatar Jun 13 '15 19:06 adekola

We currently have dependencies which are not (yet) available in python 3, so it is not possible to deploy using python 3. However, there is no reason our code should not be python 3 compatible. This will be taken care of.

Thank you.

olaan avatar Jun 15 '15 08:06 olaan