http://doc.sagemath.org/html/en/reference/structure/sage/structure/sage_object.html#sage.structure.sage_object.register_unpickle_override


On Saturday, July 9, 2016 at 5:18:22 AM UTC+2, Andrey Novoseltsev wrote:
>
> What can be done if anything in such cases?..
>
> novoselt@sagenb:~/sage$ sage
> ┌────────────────────────────────────────────────────────────────────┐
> │ SageMath version 7.3.beta7, Release Date: 2016-07-08               │
> │ Type "notebook()" for the browser-based notebook interface.        │
> │ Type "help()" for help.                                            │
> └────────────────────────────────────────────────────────────────────┘
> ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
> ┃ Warning: this is a prerelease version, and it may be unstable.     ┃
> ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
> sage: load('http://rlmiller.org/de_codes/get_code.php?id=16_08')
> Attempting to load remote file: 
> http://rlmiller.org/de_codes/get_code.php?id=16_08
> Loading: [.]
> ---------------------------------------------------------------------------
> AttributeError                            Traceback (most recent call last)
> <ipython-input-1-f766b430665c> in <module>()
> ----> 1 load('http://rlmiller.org/de_codes/get_code.php?id=16_08')
>
> /home/novoselt/sage/src/sage/structure/sage_object.pyx in 
> sage.structure.sage_object.load 
> (build/cythonized/sage/structure/sage_object.c:11396)()
>    1004 
>    1005     ## Load file by absolute filename
> -> 1006     X = loads(open(filename).read(), compress=compress)
>    1007     try:
>    1008         X._default_filename = os.path.abspath(filename)
>
> /home/novoselt/sage/src/sage/structure/sage_object.pyx in 
> sage.structure.sage_object.loads 
> (build/cythonized/sage/structure/sage_object.c:13627)()
>    1380     unpickler.find_global = unpickle_global
>    1381 
> -> 1382     return unpickler.load()
>    1383 
>    1384 
>
> /home/novoselt/sage/src/sage/structure/sage_object.pyx in 
> sage.structure.sage_object.unpickle_global 
> (build/cythonized/sage/structure/sage_object.c:12911)()
>    1323     mod = sys_modules.get(module)
>    1324     if mod is not None:
> -> 1325         return getattr(mod, name)
>    1326     try:
>    1327         __import__(module)
>
> AttributeError: 'module' object has no attribute 'unpickle_FiniteField_prm'
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to