Re: crash in Py_EnterRecursiveCall

2010-05-06 Thread Amaury Forgeot d'Arc
Hi, 2010/5/6 René J.V. Bertin : > Hello, > > I have embedded Python into and extended it with functionality from a > graphical tool I use. This mailing list is used for the bug tracker, and is not the place to ask for help. Please ask your question on the comp.lang.python newsgroup, or the o pyth

crash in Py_EnterRecursiveCall

2010-05-06 Thread René J . V . Bertin
return x ascanf.ExportVariable("travDistCalc", Py_travDistCalc ) I can then issue a call 1) travDistCalc[a,b,c] from an ascanf script. 2) ascanf.Eval( 'travDistCalc[a,b,c]' ) from the Python console Call 1) provokes a crash in Py_EnterRecursiveCall() when invoked throug