[sage-support] Re: Help with variable substitution

2013-07-05 Thread ramaKunapuli
The following syntax worked. I would like to know if there is a better way to do this. *for sol in sol1: coleqs = [ sympy.simplify(SR(e1)).subs(sol.lhs(),sol.rhs()) for e1 in remEqs] print "coleq:",coleqs* On Friday, July 5, 2013 12:05:40 PM UTC-7, ramaKunapuli wrote: > > Hi, > > I have

Re: [sage-support] LDAP (again...) on version 5.10.

2013-07-05 Thread Olalékan ABOU BAKAR
Run this before the easy_install: apt-get install python-dev libldap2-dev libsasl2-dev libssl-dev On Fri, Jul 5, 2013 at 3:47 PM, Olalékan ABOU BAKAR wrote: > You have you install the development headers of sasl and ldap to fix that > error. > > > On Friday, July 5, 2013, Andrey Novoseltsev wro

Re: [sage-support] LDAP (again...) on version 5.10.

2013-07-05 Thread Olalékan ABOU BAKAR
You have you install the development headers of sasl and ldap to fix that error. On Friday, July 5, 2013, Andrey Novoseltsev wrote: > On Friday, 5 July 2013 04:58:11 UTC-6, Dima Pasechnik wrote: >> >> (pyhton)-openssl, it seems, is necessary to make easy_install working. >> >> > I have installed

[sage-support] Help with variable substitution

2013-07-05 Thread Rama Kunapuli
Hi, I have the following code where I am trying to substitute solution to a previous equation in variable y into next set of equations in x,y. I would like lhs and rhs to be variables as sometime the code might substitute, say z into equations containing z,p etc., # set the ploynomial ring R5=Pol

[sage-support] Re: LDAP (again...) on version 5.10.

2013-07-05 Thread Andrey Novoseltsev
On Friday, 5 July 2013 04:58:11 UTC-6, Dima Pasechnik wrote: > > (pyhton)-openssl, it seems, is necessary to make easy_install working. > > I have installed optional packages openssl and pyopenssl and now I am getting this: (sage-sh) novoselt@sage:~$ easy_install python-ldap Searching for python

[sage-support] Re: Error message during Installation from binaries

2013-07-05 Thread vdelecroix
Hi, It seems to be a problem with the version of openssl. See also the related http://ask.sagemath.org/question/1641/importerror-cannot-import-name-md5 Vincent -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and

[sage-support] Some scary gcc/g++ warnings after building from source

2013-07-05 Thread Georgi Guninski
$find . -iname "*.log" -exec egrep 'may be used uninitialized|referenced before|array bounds' {} \; | grep -v '\-W' >/tmp/log1 $wc -l /tmp/log1 2180 /tmp/log1 Typical warnings: m4ri/ple_russian.c:74: warning: array subscript is above array bounds warning: sage/schemes/elliptic_curves/descent_two

Re: [sage-support] Re: LDAP (again...) on version 5.10.

2013-07-05 Thread P Purkayastha
On 07/05/2013 06:58 PM, Dima Pasechnik wrote: On 2013-07-04, P Purkayastha wrote: --047d7b15a873f4617e04e0b0944a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Does only python-ldap work, or is there any other package needed (in the system, for example

[sage-support] Re: LDAP (again...) on version 5.10.

2013-07-05 Thread Dima Pasechnik
On 2013-07-04, P Purkayastha wrote: > --047d7b15a873f4617e04e0b0944a > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > > Does only python-ldap work, or is there any other package needed (in the > system, for example)? Also, can you give some feedback on

[sage-support] Re: LDAP (again...) on version 5.10.

2013-07-05 Thread Dima Pasechnik
On 2013-07-04, Andrey Novoseltsev wrote: > --=_Part_2551_31135020.1372949807055 > Content-Type: text/plain; charset=ISO-8859-1 > > > On Thursday, 4 July 2013 01:53:36 UTC-6, jori.ma...@uta.fi wrote: >> >> (And for others reading this thread: first say "./sage -sh" and then to >> prompt just "