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.system('/Library/Frameworks/Python.framework/Versions/Current/bin/
python ' + DATA+'im.py')

to run my script im.py, it seems that the sage python version is used,
not the one in the explicit path I gave.  Why is this happening and
how do I work around it?

Thanks,
Marshall Hampton
--~--~---------~--~----~------------~-------~--~----~
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-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to