From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P7rTh-00015p-QH for garchives@archives.gentoo.org; Mon, 18 Oct 2010 15:18:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D011E0ADE; Mon, 18 Oct 2010 15:18:03 +0000 (UTC) Received: from mx0.d.umn.edu (mx0.d.umn.edu [131.212.109.42]) by pigeon.gentoo.org (Postfix) with ESMTP id D1A30E0ADE for ; Mon, 18 Oct 2010 15:18:02 +0000 (UTC) Received: from mxr1.d.umn.edu (mxr1.d.umn.edu [131.212.109.92]) by mx0.d.umn.edu (8.13.8/8.13.8) with ESMTP id o9IFHN32024417 for ; Mon, 18 Oct 2010 10:17:23 -0500 (CDT) Received: from mxv2.d.umn.edu (mxv2.d.umn.edu [131.212.109.136]) by mxr1.d.umn.edu (8.13.8/8.13.8) with ESMTP id o9IFHNYg025244 for ; Mon, 18 Oct 2010 10:17:23 -0500 (CDT) Received: from smtp.d.umn.edu (mx3.d.umn.edu [131.212.109.40]) by mxv2.d.umn.edu (8.13.8/8.13.8) with ESMTP id o9IFHL1Z008975 for ; Mon, 18 Oct 2010 10:17:22 -0500 (CDT) Received: from ledaig (ledaig.d.umn.edu [131.212.64.12]) (authenticated bits=0) by smtp.d.umn.edu (8.13.8/8.13.8) with ESMTP id o9IFH4Ue022943 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 18 Oct 2010 10:17:04 -0500 (CDT) Date: Mon, 18 Oct 2010 10:16:59 -0500 From: Steven Trogdon Subject: Re: [gentoo-science] [sage-on-gentoo]mpmath testing To: gentoo-science@lists.gentoo.org In-Reply-To: <201010190047.25820.f.r.bissey@massey.ac.nz> (from f.r.bissey@massey.ac.nz on Mon Oct 18 06:47:25 2010) X-Mailer: Balsa 2.4.8 Message-Id: <1287415024.10843.0@ledaig> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=PGP-SHA1; boundary="=-6Ob2ek85nO64YhTXIg/d" X-Virus-Scanned: clamav-milter 0.96.3 at mxv2.d.umn.edu X-Virus-Status: Clean X-Archives-Salt: b628a63c-5707-4d59-b69a-413f52885a2f X-Archives-Hash: 959d638e9b065d89c5e9985361d6fbc3 --=-6Ob2ek85nO64YhTXIg/d Content-Type: text/plain; charset=ISO-8859-1; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 10/18/10 - 06:47:25, Fran=E7ois Bissey wrote: > After sympy I would like testing report on mpmath. >=20 > mpmath has an interesting relationship with sage. > sage includes mpmath and if mpmath finds sage it uses bits of it. >=20 > So I'd like to know what sage-on-gentoo users get when > they do "import mpmath" from a python2.6 shell. > I'd like reports of success as well as error along with > the version of sage installed (4.5.3, 4.6alpha3 or other). >=20 > Thanks, > Francois >=20 Here with Sage 4.5.3 from a python shell; import sage.all, import sympy =20 or import mpmath all produce the expected result - one is returned to =20 the python prompt after the import. With Sage 4.6alpha3 if each import =20 is performed from a separate python shell then each import returns Traceback (most recent call last): File "/usr/bin/sage-cleaner", line 25, in DOT_SAGE =3D os.environ['DOT_SAGE'] File "/usr/lib/python2.6/UserDict.py", line 22, in __getitem__ raise KeyError(key) KeyError: 'DOT_SAGE' If from the same python shell the three imports are performed then only =20 the first import returns the Traceback. Steve --=-6Ob2ek85nO64YhTXIg/d Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) iEYEABECAAYFAky8ZPAACgkQSh5h5U6haiGmpgCcCknC2yEDdicaUJgA6oxLqwnn zFAAoJDow7BGzzT39X3obEEMRCTCr0AU =78l8 -----END PGP SIGNATURE----- --=-6Ob2ek85nO64YhTXIg/d--