Hi Andrey,
On 27 Jan., 14:13, Andrey Abramov <
hex...@gmail.com> wrote:
> hexxy@hexxy-PC:/var/www/codes/codetables$ python2.6 gen_pol_other.py
Let me guess: python2.6 is some system-wide installation of Python,
right?
Sage has its own Python, and I guess that your system-wide python2.6
simply has nothing to do with Sage.
Sage's Python should of course know about sage.all. Does it work if
you do (on the command line)
sage -python gen_pol_other.py
?
Explanation: By "sage -python", you obtain Sage's Python. Similarly,
you can have system-wide installations of GAP, Singular,
Mercurial, ... separate from Sage, but if you can explicitly obtain
the versions provided by Sage with "sage -gap", "sage -singular",
"sage -hg", and so on.
Cheers,
Simon