EricssonResearch / calvin-base

Calvin is an application environment that lets things talk to things, among other things.
Apache License 2.0
282 stars 91 forks source link

Deployment fails with Python 3.x #1

Open adekola opened 9 years ago

adekola commented 9 years ago

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

olaan commented 9 years ago

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.