Hi, could someone please have a look at this question concerning .py and .spyx files: In the sage shell, I am able to load an own program via "load file.py" (in this case no compiling is done) or via "load file.spyx" (the file is now compiled and runs faster). Recently, I added my file to sage/sage/devel/sage/sage/functions, modified "all.py" and made an update (./sage -b) to make sage load it at startup. However, the file is only accepted in the folder "functions" as .py and not as .spyx. Doesn't it make a difference any more to include the file there as .py or .spyx (with respect to compiling it)? Thanks in advance, Georg
-- 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