smc-public icon indicating copy to clipboard operation
smc-public copied to clipboard

See https://github.com/sagemathinc/smc instead!

Results 1 smc-public issues
Sort by recently updated
recently updated
newest added

It seems `cPickle.loads()` below defaults to ascii encoding. https://github.com/sagemathinc/smc-public/blob/2b6fe13257a4c00ce0cf2b5c4cc0a4754a345b75/scripts/sws2sagews.py#L200 A fix is adding `encoding='utf8'` to the arguments of `cPickle.loads()`.