Greetings, Some very basic questions about workflow that are perhaps so basic that they are not addressed in: http://www.sagemath.org/doc/prog/node2.html
I've developed a couple of modules & classes that are to be included in sage.finance . Although they work just fine in Python, I'd really like to test them in Sage before attaching them to the relevant trac ticket. Questions: • Where should I copy these files so they are accessible from Sage? I tried throwing them into sage/devel/sage-main/sage/finance/ , but when I start Sage and type, for example, " from finance.easter import * ", I get an error. Am I skipping some intermediate steps that might involve compilation or inclusion? • Should I be editing my files directly within one of these directories? Or can I work from anywhere on my machine? (Working on OSX) I think once I figure out where to actually do my programming so that I can test the modules in Sage, I'll be able to figure out the rest of the process from the online help document. Thanks, Phaedon --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---