Hello.

 Trying to execute the exemple of page 33 : hello.spyx produces this
error :

Loading of file "/Users/ims/.sage/hello.spy" has type not implemented.

nb : page 33

hello.spyx contains
def hello(name):
   """
   Print hello with the given name.
   """
   print("Hello %s"%name)

and in sage :
sage: load "hello.spyx"
Compiling hello.spyx...
sage: hello(’World’)
Hello World


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to