Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Activities/Turtle Art
(view source)
Revision as of 16:22, 21 March 2010
66 bytes added
,
16:22, 21 March 2010
→Python function block
Line 690:
Line 690:
try:
try:
from numpy import *
from numpy import *
+
except ImportError:
+
_logger.error("could not import numpy")
+
For more information on allowable syntax for this block:
For more information on allowable syntax for this block:
Walter
Bureaucrats
,
Administrators
10,571
edits