Ask Your Question

vivi's profile - activity

2021-05-02 22:04:28 +0200 received badge  Notable Question (source)
2021-05-02 22:04:28 +0200 received badge  Popular Question (source)
2017-01-27 12:46:26 +0200 received badge  Student (source)
2013-02-13 02:09:31 +0200 asked a question Installation problem

Hi,

When I try installing sage on my Ubuntu machine by typing "./sage", I get this error message:

File "/sage-5.5-linux-32bit-ubuntu_12.04.1_lts-i686-Linux/local/bin/sage-location", line 64 return ' '.join(set(x for x in v.split() if x in FLAGS)) ^ SyntaxError: invalid syntax

May I know how to solve this problem? Thanks!

2012-12-19 03:06:04 +0200 asked a question Error when trying to input an 8-bit Sbox into the argument of S = mq.SBox(.)

Why is it that when I try to input an 8-bit Sbox into the argument of S = mq.SBox(.), I get the error: "SyntaxError: more than 255 arguments"? Does this class not work for more than 7-bit S-boxes?