1 | initial version |
Hello,
First of all, to install a module into Sage Python tree you should rather use
$ sage -sh
$ python setup.py WHATEVER
or even simpler
$ sage -pip install lupa
Right now, the only solution I imagine is to force Sage using Python ints
sage: table [1r]
u'it works'
Vincent