Ask Your Question

RootUser's profile - activity

2021-03-23 17:32:53 +0200 received badge  Popular Question (source)
2018-11-03 13:58:02 +0200 commented question How to write a GUI in sage

Hello, thanks for the suggestion. I've tried to install Tkinter by typing both 'sage -i Tkinter' and 'sage -pip install Tkinter' into the Linux terminal however it returns a package not found error :(

2018-11-02 19:04:16 +0200 commented question How to write a GUI in sage

First of all thank you very much for your comment! And apologies for my lack of technical knowledge in programming. With regards to using a GUI toolkit what would you suggest or how would I access it? I'm using a virtual box to run sage, the code I've written is in sage but uses a package "libbraiding". The hope is I can turn my code into a 'pop out' GUI window and allow the user to change variables ect. Like using wxPython or Tkiner can.

2018-11-02 16:04:09 +0200 asked a question How to write a GUI in sage

As part of a university project I plan on taking some code I've written in sage and implementing it as a GUI. I've installed sage -i wxPython but now when trying to run import wx from sage I get "No module named wx". Please help!

2018-11-02 15:32:43 +0200 commented answer Tkinter for sage 5.0 on linux

What package would you recommend using for building GUI's in sage?

2018-11-02 15:32:43 +0200 commented answer Making a simple GUI in Sage

I'm also trying to build a GUI with little success, I am typing sage -pip install TkInter but receiving an error message 'no matching distribution found for TkInter. Same holds for the other packages you've listed. Please help! :)