[sage-support] Re: problem with python within python

2008-09-09 Thread Marshall Hampton
It just seems weird to me, regardless of what sys.path is, that os.system('/path/to/command/command') would run a different version of 'command' than what is specified. I'm not sure I can easily give steps to reproduce exactly what I'm doing, but you could try running any python script you like i

[sage-support] Re: problem with python within python

2008-09-08 Thread David Philp
On 09/09/2008, at 2:25 AM, Marshall Hampton wrote: > I am trying to use the Python Imaging Library which I can only manage > to install in my OS X framework verison of python. So as a kludge I > am trying to run that system python from within Sage's python. But > when I do: > > import os > os.