David Roe wrote:
> This is one of the things I'd been planning on adding to the new 
> programming guide.
> 
> Your issue is that you're creating a new directory.  When you do that, 
> you have to add that directory to the list of packages at the bottom of 
> setup.py in sage-root/devel/sage-branch/
> You should also put an __init__.py file in your new directory, and 
> probably also an all.py file that controls the imports of that directory 
> for the sage namespace.
> 
> Things get more complicated if you want to add cython files, but you're 
> not doing that at the moment.
> David

Thanks to both of you.  It seems to be working great now!

Thanks,

Jason


--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to