Up to [local] / OpenXM / src / ox_python
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Fri Dec 31 07:43:48 2021 UTC (2 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +11 -1
lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)
python2 --> python3, On the linux system, python3.8 is assumed (bug of python3-config --ldflags? -lpython3.x is missing)
Revision 1.2 / (download) - annotate - [select for diffs], Sat Sep 8 03:05:19 2018 UTC (6 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.1: +14 -3
lines
Diff to previous 1.1 (colored)
ox_cmo_rpc(Pid,"eval","1+2")$ printf("result of eval 1+2= %a\n",ox_pop_cmo(Pid))$ returns error TypeError: eval must be given globals and locals when calle without a frame This bug has not been fixed.
Revision 1.1 / (download) - annotate - [selected], Sat Sep 8 00:16:19 2018 UTC (6 years, 2 months ago) by takayama
Branch: MAIN
The initial version of ox_python. sm_executeStringByLocalParser is executed by PyRun_SimpleString(). See assert1.rr