Hi,
I've been trying to make a Sage Package from a Python package, and I
have problems when using Sage classes such as RealNumber or Integer.
Since now, the only solutions I found are:
1- Redefining these two classes: RealNumber=float, Integer=int
2- Turning off the preparser via: preparser(False)

However, neither of these two solutions seem very appropiate. I think
that other packages that are originally from python (numpy, ...) must
have had some similar problems. Does anybody know how these problems
were solved?
Thanks!!


Uri

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to