[sympy] Re: GSoC 2018 Project - Autolev Parser (using ANTLR 4)

2018-01-30 Thread Nikhil Pappu
I have a few queries : Should I use the PyDy mailing list hereafter regarding this project? Will PyDy participate in GSoC 2018? Will it be a part of SymPy? Should I apply through PyDy or SymPy for this project? I have a few contributions in SymPy. Do i need a patch in PyDy or the SymPy

[sympy] Re: Embed Sympy in Qt C++ application

2018-01-30 Thread J. Javan
Thank you for your reply. I'll have a look. I managed to get around the problem by simply changing below line of code pName = PyBytes_FromString("sympy"); to pModuleName = PyUnicode_FromString("sympy.combinatorics"); On Thursday, January 25, 2018 at 3:26:24 PM UTC+3:30, Kasper Peeters