Dear Sahil, I have cloned it. Still the result is same. Everything is working fine except for the plot.
At the place of the graph, the following error occurs. Plot: There was an error in Gamma. For referencethe last five traceback entries are: Traceback (most recent call last): File "C:\Program Files (x86)\Google\google_appengine\sympy_gamma\app\views.py", line 278, in eval_card result = g.eval_card(card_name, expression, variable, parameters) File "C:\Program Files (x86)\Google\google_appengine\sympy_gamma\app\logic\logic.py", line 322, in eval_card result = card.eval(evaluator, components, parameters) File "C:\Program Files (x86)\Google\google_appengine\sympy_gamma\app\logic\resultsets.py", line 98, in eval return self.card_info['eval_method'](evaluator, components, parameters) File "C:\Program Files (x86)\Google\google_appengine\sympy_gamma\app\logic\resultsets.py", line 562, in eval_plot series = series.get_segments() File "C:\Program Files (x86)\Google\google_appengine\sympy_gamma\sympy\sympy\plotting\plot.py", line 457, in get_segments sample([self.start, f_start], [self.end, f_end], 0) AttributeError: 'NoneType' object has no attribute 'random' -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/9bc6e96e-6de6-45c2-b9b2-86a9bf1b6413%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
