| 1 | initial version |
Sage is now shipped with pip that means that you can install most Python modules. In your case it would be
$ sage -pip install orange
After a long compilation time I was able to start Sage and do
sage: import Orange
sage: Orange.version.version
'2.7.8.dev-4456761'
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.