Ask Your Question

TeamTeamUSA's profile - activity

2018-01-27 20:25:53 +0200 received badge  Popular Question (source)
2015-10-24 14:06:11 +0200 received badge  Famous Question (source)
2015-03-09 17:50:29 +0200 received badge  Taxonomist
2013-07-01 08:51:12 +0200 received badge  Good Question (source)
2013-06-11 15:46:08 +0200 received badge  Notable Question (source)
2012-10-06 10:58:47 +0200 received badge  Nice Question (source)
2012-04-18 17:00:13 +0200 received badge  Popular Question (source)
2010-10-14 23:11:12 +0200 received badge  Teacher (source)
2010-10-14 23:11:11 +0200 received badge  Editor (source)
2010-10-14 23:11:11 +0200 received badge  Supporter
2010-10-14 23:11:11 +0200 received badge  Student (source)
2010-08-24 19:50:25 +0200 commented answer How to test package locally?

Placing the files in $SAGE_ROOT/local/lib/python/site-packages worked great! Thanks!

2010-08-24 12:24:15 +0200 answered a question Is there a way to make an audible noise when a computation is complete?

I added gong.ogg to my notebook, so I can serve it locally. It took a while, but I finally determined the path to the image files:

<$SAGE_ROOT>/local/lib/python2.6/site-packages/sagenb-0.8.2-py2.6.egg/sagenb/data/sage/images/gong.ogg

The URI to the file is:

http://localhost:8000/images/gong.ogg

The file plays fine in Firefox; guess Safari doesn't know how to play an ogg file.

2010-08-23 15:28:36 +0200 commented answer How to test package locally?

Thanks, I'll try this. I asked about this because I'm developing a package and wanted to know if there was a way to test it without creating the spkg file. A entry explaining how to test a package in development might be a nice addition to http://www.sagemath.org/doc/developer/producing_spkgs.html.

2010-08-23 12:31:13 +0200 asked a question How to test package locally?

Aside from building a package using the developer.pdf instructions and then installing it using the package commands, is there a more direct way to use a custom package locally? Re-phrased, where do the *.py files in the spkg's src directory end up after being installed, and how can I import them without building a spkg?

Thanks,

=ml=

2010-08-21 06:07:25 +0200 asked a question Best way to convert Maple to sage

I want to convert this Maple to sage:

http://www.maplesoft.com/applications/view.aspx?SID=3851&view=html

What sage functions/packages should I be using? I'm new to sage so any help is greatly appreciated.

Thanks,

=miles=