Hello Mike,

On Sep 19, 10:41 am, "Mike Hansen" <[EMAIL PROTECTED]> wrote:
> Hello Simon,
>
> You can import the SAGE functionality you need in your module by just
> importing the appropriate sage modules into your .pyx file.  For
> example, if you want to use the binomial function, just add
>
> from sage.rings.arith import binomial

This didn't suffice (see my previous reply). But when i also include
import sage
in my .pyx module, then it works fine!

Thank you very much
        Simon



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to