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

2010-05-14 Thread DavidG
Thanks for the tips Jason, After a number of bizarre reprtitions of the same commands and the threads final entry: http://www.linuxquestions.org/questions/linux-software-2/virtualbox-shared-folders-613555/ I got it to mount. Your help was much appreciated Thanks On May 14, 12:09 pm, Jason Grout w

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

2010-05-14 Thread Jason Grout
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 linux system). Jason -- To post to this group, send emai

[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         opt   sage    selinux  sys  var > > boot   etc

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

2010-05-14 Thread Jason Grout
On 5/14/10 12:18 PM, DavidG wrote: 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

[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