Riiiiichard

Results 1 issues of Riiiiichard

I want to install "rPython" on my win10 64-bit computer with python 3.7. I modified the file "configure.win" as follows #!/bin/sh echo 'PKG_LIBS=-LC:/Softwares/Python3.7/libs -python37' > src/makevars.win echo 'PKG_CFLAGS=-I"C:/Softwares/Python3.7/include"' >> src/makevars.win...