Ask Your Question

Frédéric's profile - activity

2017-11-24 12:44:30 +0200 received badge  Famous Question (source)
2013-11-21 09:15:41 +0200 received badge  Notable Question (source)
2013-02-08 13:34:28 +0200 received badge  Popular Question (source)
2011-07-06 12:12:35 +0200 asked a question No Module "sage.all" or no module Pyfits

Hello to all. I am trying to execute a python script on ubuntu with python 2.6. I would like to use two aditionnal module in the script sage and pyfits. But if i add the command line: from sage.all import *, i get the message no module named sage.all. I try to add, at the beginning of the script the line #!/usr/bin/env sage -python and now he found the sage module but not the module pyfits. Do you know how to have in both time the two modules ? Thanks in advance to all the answers. Any help will be sincerely appreciated. Cheers