Hi
On Wed, 5 Apr 2023 at 10:03, Hongyi Zhao <[email protected]> wrote: > But other alternatives didn't work either: > > sage: import sage.interfaces.gap as ggap > sage: ggap.gap_cmd="~/.local/bin/gap" > sage: ggap.console() > --------------------------------------------------------------------------- > AttributeError Traceback (most recent call last) > Cell In [3], line 1 > ----> 1 ggap.console() > > AttributeError: module 'sage.interfaces.gap' has no attribute 'console' > Try gap_console instead of console? 0 jan@dinna-latitude:~$sage ┌────────────────────────────────────────────────────────────────────┐ │ SageMath version 9.2, Release Date: 2020-10-24 │ │ Using Python 3.9.2. Type "help()" for help. │ └────────────────────────────────────────────────────────────────────┘ sage: import sage.interfaces.gap as ggap sage: *ggap.console()* --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-2-c7b46a1a6ef6> in <module> ----> 1 ggap.console() AttributeError: module 'sage.interfaces.gap' has no attribute 'console' sage: *ggap.gap_console()* ┌───────┐ GAP 4.11.0 of 29-Feb-2020 │ GAP │ https://www.gap-system.org └───────┘ Architecture: x86_64-pc-linux-gnu-default64-kv7 Configuration: gmp 6.2.1, GASMAN, readline Loading the library and packages ... Packages: Alnuth 3.1.2, AtlasRep 2.1.0, AutPGrp 1.10.2, CTblLib 1.3.1, FactInt 1.6.3, GAPDoc 1.6.3, IO 4.7.0, Polycyclic 2.15.1, PrimGrp 3.4.0, SmallGrp 1.4.1, TomLib 1.2.9, TransGrp 2.0.6 Try '??help' for help. See also '?copyright', '?cite' and '?authors' gap> Regards, Jan -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CAAg%3Dp_2vw%3Da3r-tgtv9pJkOD9%2BTsoruwK%2BAq3oM4gGNymhR2Pg%40mail.gmail.com.
