Hi , I am trying to create test.c and test.h by converting test.py to test.pyx . So that i can use conversion.cpp and conversion.h in my function .
I tried in anaconda prompt to run the command "-m test" in python shell. But i am not able to run the make file . Can you please help me/ or tell me the steps to generate test.c and test.
Thanks in advance