3

Has the support for the Python language been removed from the SDK in Ubuntu 13.10? I can't find any tutorial for the Unity scope and for Python.

Braiam
  • 69,112
user215495
  • 31
  • 1

1 Answers1

4

Scopes are transitioning to C++

The reason you might find it hard to find official tutorials for python is because Canonical is transitioning scopes to C++ (this is linked from the official Cookbook page).

You can still use python to write scopes, but it's not the primary target of Canonical... which is sad, I personally love python.

MadMike
  • 4,275
  • 8
  • 29
  • 50