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
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