[sage-support] PyWavelets won't install in Sage 5.0.1 64Bit App on MacOSX

2012-09-09 Thread DavidG
I'm having no luck installing PyWavelets into my 64 bit Sage App on Mac OSX Snow Leopard. I've tried to do a direct install of the python source, then I tried the method from 'Using PyWavelets in Sage' by Marshall Hampton here's the error I get using the command referenced there: */Applicati

[sage-support] Re: Import scikits sklearn fails?

2012-01-02 Thread DavidG
Just for closure on this. I was able to get the functionality I needed into Sage by extracting and modifying functions and dependencies as needed in the source code. It was tedious but not too difficult. So to all who answered this:Thanks again for the assistance! On Jan 2, 8:23 pm, DavidG wrote

[sage-support] Re: Import scikits sklearn fails?

2012-01-02 Thread DavidG
roblem with the sklearn package and I'll just have to use it with a different IDE. At the least I now know how to install a package using the Sage shell method. Thanks Again David On Jan 2, 12:56 pm, Simon King wrote: > Hi David, > > On 2 Jan., 19:00, DavidG wrote: > > > I used

[sage-support] Re: Import scikits sklearn fails?

2012-01-02 Thread DavidG
I used my default python2.6 which is running in 32 bit architecture to compile the sklearn module I'm running a 64 bit version of SAGE, hence the incompatability. Given the error and instruction to run "Make" first. How can I run make from within sage. Also using the command "sage -sh" from my te

[sage-support] Import scikits sklearn fails?

2012-01-01 Thread DavidG
I'm trying to import scikits sklearn.gaussian_process and I suspect its compiled for a 32bit install Is there any way I can recompile to work in sage??? Thanks for any help. Here's the error: Traceback (most recent call last): File "", line 1, in File "_sage_input_25.py", line 10, in exe

[sage-support] Re: Can't use os.chdir with Sage in virtualbox

2010-05-14 Thread DavidG
wrote: > On 5/14/10 1:19 PM, DavidG wrote: > > > Thanks for the tip I'll check it out but I'm running Virtual Box on a > > Windows Vista system > > Yes.  The commands about mounting things are talking about what to do > inside of Virtualbox (i.e., inside the linu

[sage-support] Re: Can't use os.chdir with Sage in virtualbox

2010-05-14 Thread DavidG
Thanks for the tip I'll check it out but I'm running Virtual Box on a Windows Vista system On May 14, 10:46 am, Jason Grout wrote: > On 5/14/10 12:18 PM, DavidG wrote: > > > os.system("ls /") > > returns: > > > bin    dev   initrd.img  media        

[sage-support] Re: Can't use os.chdir with Sage in virtualbox

2010-05-14 Thread DavidG
os.system("ls /") returns: bindev initrd.img media opt sageselinux sys var boot etc lib mntproc sagero squash tmp vmlinuz cdrom home lost+found nohup.out root sbinsrv usr 0 So I've got no idea how to find C: ??? On May 14, 9:43 am, Robe