mailing-list for TeXmacs Users

Text archives Help


Re: Sympy interface; TeXmacs


Chronological Thread 
  • From: Darcy Shen <address@hidden>
  • To: "Alkis Akritas" <address@hidden>
  • Cc: "texmacs-users" <address@hidden>
  • Subject: Re: Sympy interface; TeXmacs
  • Date: Sat, 21 Dec 2019 23:08:37 +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=1576940918; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=2LIQ44rayAKfiGFPPvgKgjxyjiMP7GDrf/mOnVwGPgo=; b=KG2KhhBUa6tTr8UMWPmcz6YNlGzQA3i4WmJ6rk/5aOk5zYEtmR+9eUC2zzjuunoZjU4epzG5K/BxIZEmRwrqbYZ1WNjBLtWmnjsOv7KAeCPwBUu1yJGgpK32yN3EKFvHkZKSbmsHaCYuIDUtaGjtsndn8xdPAJFiY+PNxmNTPH0=
  • Arc-seal: i=1; a=rsa-sha256; t=1576940918; cv=none; d=zoho.com.cn; s=zohoarc; b=U+6CacsA/OttxuzgYV19oNezQuRT/FH+E60FazyCn+W0ROL2biPIcPzoMyzWEWEi915DH8dZ+Eal3hrtUm+gVb7MkUwsnJM6IHqC5lZrOvWRmhMNhSx7jv5H5j/B7IB44xZyRLoV3vD/6XM+BxURmored2phfF38YNQc/us/938=

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 <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