mailing-list for TeXmacs Users

Text archives Help


Re: Sympy interface; TeXmacs


Chronological Thread 
  • From: Darcy Shen <address@hidden>
  • To: "Alkiviadis AKRITAS" <address@hidden>
  • Cc: "texmacs-users" <address@hidden>
  • Subject: Re: Sympy interface; TeXmacs
  • Date: Sun, 22 Dec 2019 00:14:11 +0800
  • Arc-authentication-results: i=1; mx.zoho.com.cn; dkim=pass header.i=zoho.com; spf=pass smtp.mailfrom=address@hidden; dmarc=pass header.from=<address@hidden> header.from=<address@hidden>
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com.cn; s=zohoarc; t=1576944853; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=b4wujQH/dCXPHANds3XI9YujooVEebqry4J4DC51sdo=; b=CUBJJx28HR2lnMoQsufk4AAYZfIVunlr5aJB989pVnJapAxfUSVngO2DKqWLUb+f9HiQ0G7AUlx/YwsxchKm/uYSY84qLqwIokLKYXPc4Ml3pQ4ctFIRhXkk8a32x26c1M8yTCGEL55pzJ/CHxGRps4Ihted2pIRdrJiP9Ki/BY=
  • Arc-seal: i=1; a=rsa-sha256; t=1576944853; cv=none; d=zoho.com.cn; s=zohoarc; b=qby8OP7nYMECT94awO1tR5FXxVTvHEwteDLn9lYHrBBKDyLPT77l5ewlskQqav5v7fWgZr0T8Eq8vW37QYWZsuDaHSlVZbWoMmhgZWxoH8LHnvEzuJqcSYiTtEkJAtM/fz4UOCmA08TgfyhYWjPdU6xIoqYcfFjIV/V786xZbZI=

Just too busy to prepare the documentation.

For the next release, the documentation will be ready. And I will make it work for Python 2 too.

For Python, Python 2 will not be maintained. And I will drop the support of Python 2 from TeXmacs.
It is a heavy burden to maintain the code base compatible both for Python 2 and 3.


---- On Sun, 2019-12-22 00:04:18 Alkiviadis AKRITAS <address@hidden> wrote ----

Thank you. Please note that (at least in mac OS X) SymPy does not appear
in the list of the menu Help -> Plugins.

Quoting Darcy Shen <address@hidden>:

> Sorry, I'm the guy who write the code.
>
>
>
> Just before the release of GNU TeXmacs 1.99.12, I found that I had
> not check if the sympy
>
> module exists. In a rush, I use try to catch the ModuleNotFoundError
> and tell users that
>
> please pip install sympy before using the plugin.
>
>
>
> To solve the problem, you may switch your Python from 2.7 to 3.6+.
>
>
>
> There is a detailed guide: https://github.com/texmacs/python
>
>
>
>
>
>
>
> ---- On Fri, 2019-12-20 23:37:07 Alkis Akritas
> <mailto:address@hidden> wrote ----
>
>
>
>  Hi all,
>
> Tried to use the sympy interface on OS X 10.14.6 (Mojave) and get
> an error in line 32 in <module>
> except ModuleNotFoundError:
> NameError: name ‘ModuleNotFoundError’ is not defined
>
> Any suggestions? Thank you, alkis









Archive powered by MHonArc 2.6.19.

Top of page