On 12/02/2014 11:21 AM, [email protected] wrote:
So, workaround of the moment, apparently :after line 177 of X:\WinPython3\python-3.4.2.amd64\lib\site-packages\spyderlib\utils\dochelpers.py, insert : # Grabbing signatures if not text : text='' I don't what is the cause of this, but there seems to be a simple 'do not crash' fix
Best guess it has to do with this: http://docs.sympy.org/latest/modules/core.html#module-sympy.core.singleton from sympy import S dives deep into the package list: sympy.core.singleton.S I would say the signature code is getting tangled up following the above. -- Adrian Klaver [email protected] -- You received this message because you are subscribed to the Google Groups "spyder" 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/spyderlib. For more options, visit https://groups.google.com/d/optout.
