Ask Your Question

Taoufik ahanchaou's profile - activity

2022-12-31 10:30:22 +0100 received badge  Famous Question (source)
2022-08-17 15:56:18 +0100 received badge  Notable Question (source)
2021-10-07 18:40:54 +0100 received badge  Popular Question (source)
2021-08-25 19:36:40 +0100 received badge  Notable Question (source)
2021-04-02 21:31:10 +0100 received badge  Popular Question (source)
2020-07-31 21:24:00 +0100 received badge  Notable Question (source)
2020-07-26 16:21:10 +0100 received badge  Popular Question (source)
2020-07-26 15:30:53 +0100 received badge  Nice Question (source)
2019-05-22 01:28:59 +0100 commented question Is there any way to import tkinter in Sage?

@dsejas i actually i try it now and it seems that it may be work but i got that msg check the permission ?

2019-05-19 21:04:46 +0100 commented question Is there any way to import tkinter in Sage?

I installed my sage from the siteweb, and i have windows 8.1, and yeah i already use tkinter with python 3 and it works perfectly

2019-05-18 14:05:25 +0100 asked a question Is there any way to import tkinter in Sage?

i want to organise my work on pretty interface using tkinter module, but it seems that is not obviously easy to do bcs all time i get error becs of importation of tkinter!!! any one had already deal with this issu, can help i'll be thankful. is there any other tool to build interfaces? this is the msg that i got

  `   ImportError                               Traceback (most recent call last)
<ipython-input-5-2602f712d6ec> in <module>()
----> 1 import tkinter

/opt/sagemath-8.6/local/lib/python2.7/site-packages/tkinter/__init__.py in <module>()
      3 
      4 if sys.version_info[0] < 3:
----> 5     from Tkinter import *
      6     from Tkinter import (_cnfmerge, _default_root, _flatten, _join, _setit,
      7                          _splitdict, _stringify, _support_default_root, _test,

/opt/sagemath-8.6/local/lib/python2.7/lib-tk/Tkinter.py in <module>()
     37     # Attempt to configure Tcl/Tk without requiring PATH
     38     import FixTk
---> 39 import _tkinter # If this fails your Python may not be configured for Tk
     40 tkinter = _tkinter # b/w compat for export
     41 TclError = _tkinter.TclError

ImportError: No module named _tkinter`
2019-05-17 07:17:13 +0100 answered a question Is there any way to plot3d latex package on sagemath?

image description

2019-05-17 06:48:54 +0100 received badge  Editor (source)
2019-05-17 06:46:06 +0100 asked a question Is there any way to plot3d latex package on sagemath?

I want to draw a triangle on hyperboloid and put the name of angles and vertices but for example when i want use alpha or beta it doesn't show up? NB i use sagemath.

Here is an example of angles drawn on a surface, to illustrate what I want to achieve:

2019-04-22 00:01:08 +0100 commented question Animate 3d surface and add some curves ?

Yeah i know how to plot acutely i had already try to make animation with animate function by animate a sequence of pictures but those pic are not nice i don't if there is a way to save image in canvas3d viewer or other without taychon or if there is a way to add graphic to taychon ?

2019-04-20 23:33:28 +0100 received badge  Student (source)
2019-04-20 20:23:05 +0100 asked a question Animate 3d surface and add some curves ?

I want animate my surface of hyperboloid by adding 2 point then draw a geodesic curve between them . Thanks for ur help guys