[sage-support] Re: Help with SymmetricFunctionAlgebra_multiplicative

2022-04-04 Thread David Ayotte
Can you provide a little bit more context to your problem (i.e. more code)? This TypeError message is very generic and it tells you that "st" is an integer. When it says that it is "*not callable*" it means that you cannot write " st(something) ". For example, this recreate the same error

Re: [sage-support] Problem with rebuilding Sage

2023-12-17 Thread David Ayotte
Sometime the build and test checks fail for unrelated reasons. You can always post your PR number here; we can look at it. Le samedi 16 décembre 2023 à 13:18:24 UTC-5, Ruchit Jagodara a écrit : > This worked, but it's still not convenient because ./sage -br was much > faster than this. I

[sage-support] Re: Problem with rebuilding Sage

2023-12-15 Thread David Ayotte
Can you post the following log file: /home/ruchitjagodara/sage/sage/logs/pkgs/sagelib-10.3.beta0.log here? There might be some error message that would help us find the problem. Best, David A. Le vendredi 15 décembre 2023 à 14:00:02 UTC-5, Ruchit Jagodara a écrit : > I am trying to

[sage-support] Re: Calling Sage on Windows from external scripts

2023-12-02 Thread David Ayotte
If you have Python script running locally on Windows, you could call the sage script by doing something like: import os os.system('wsl sage your-sage-script.sage') See this page: https://learn.microsoft.com/en-us/windows/wsl/filesystems for more about Windows-Linux interoperability.

[sage-support] init.sage not running anymore

2024-03-03 Thread David Ayotte
Hello, Since I upgraded my SageMath to version 10.3.beta8, the init.sage script located at ~/.sage/init.sage stopped running when I start sage. I also get the following message right after the SageMath banner:

[sage-support] Re: init.sage not running anymore

2024-03-04 Thread David Ayotte
I am still confused, but I'm not "stillconfused" :-) I forgot to mention, but, like the user in AskSageMath, I'm also running sage under WSL2 Ubuntu 22.04.4 LTS, so it might be related. Moreover, I just upgraded sage to 10.3.rc2 and still have the same problem. I will open a GH issue. Thanks

[sage-support] Re: init.sage not running anymore

2024-03-04 Thread David Ayotte
I opened the following issue: #37539 Best, David A. Le lundi 4 mars 2024 à 17:04:28 UTC-5, kcrisman a écrit : > > Hello, > > Since I upgraded my SageMath to version 10.3.beta8, the init.sage script > located at ~/.sage/init.sage stopped running