Thanks Stephen for the Reply. In my clone, there was only one branch, the master. Then I created a new branch and try the above code in that too. But It still gives the same error.
On Tue, Aug 20, 2013 at 3:03 PM, Stephen Loo <[email protected]> wrote: > I guess that you may clone Pernici's master branch, you may review in > another branch. > > > Thilina Rathnayake於 2013年8月20日星期二UTC+8下午4時04分07秒寫道: > >> Hi All, >> >> I recently got a clone of Pernici's SymPy >> fork<https://github.com/pernici/sympy>to review it. >> But when I tried, >> >> python ./bin/isympy >>> >> >> inside it, the following error occurred. >> >> >>> Traceback (most recent call last): >>> File "./bin/isympy", line 189, in <module> >>> main() >>> File "./bin/isympy", line 186, in main >>> init_session(ipython, **args) >>> File "./sympy/interactive/session.**py", line 122, in init_session >>> ip = IPython.ipapi.get() >>> AttributeError: 'module' object has no attribute 'ipapi' >>> >> >> But I can run the above command inside the clone of my fork of sympy. >> Does anyone know what causes this? >> >> Thanks in advance. >> > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
