If the software requires ANTLR4, then installing ANTLR3 is likely the
issue. You need to figure out how to install ANTLR4. Maybe ask on their
mailing list.


Jason
moorepants.info
+01 530-601-9791

On Thu, Mar 10, 2016 at 11:05 AM, Aman Deep <[email protected]> wrote:

> Hi, Developers,
>
> Thanks Francesco, for introducing me to 'mathquill' :)
> I found it very useful. I have been looking for something like this. I
> really liked the user friendly formatted input that it takes.
>
> Here is something I have thought about the widget.
>
> 1. user will input the expression using mathquill
> 2. and mathquill will generate the corresponding latex expression.
> 3. latex expression should be then converted to sympy expression.
>
> Here is something I found for conversion of a latex expression to sympy
> expression.
>
> https://github.com/augustt198/latex2sympy
>
> referring to its readme, it should be installed with antlr4
> But I installed it using antlr3 since I couldn't install antlr4 due to
> some reason
>
> But when I tried
> >>> from process_latex import process_sympy
>
> I got this import error.
> ImportError: No module named PSParser
>
> So, maybe I am doing something wrong or maybe the the package has a bug.
>
> Can someone look into it?
>
> So, I have started working on mathquill to work with sympy on Jupyter and
> I will post as soon as I get some working prototype.
>
> Thanks.
>
> Thanks.
>
> On Monday, 7 March 2016 21:56:51 UTC+5:30, Aman Deep wrote:
>>
>> Hello Developers,
>>
>> I am Aman Deep, a second year student studying Information Technology at
>> National Institute of Technology, Dugrapur, India.
>>
>> I am eager to work for Sympy this GSoC.
>>
>> I would like to make a *gui* interface for sympy for making it more user
>> friendly. I would like to use *Tkinter* module for it since it is
>> cross-platform and I already have experience with it.
>>
>> Please let me know, how should I proceed.
>>
> --
> 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 https://groups.google.com/group/sympy.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/935ba450-304a-4004-b3cb-84bef262244b%40googlegroups.com
> <https://groups.google.com/d/msgid/sympy/935ba450-304a-4004-b3cb-84bef262244b%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAP7f1Aj9BYa8Cwth-0Avfv6PVvbJpnVgwKj%2BuQ-jnu-BZePHUA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to