hai,
Iam using python to tie C functions(premi tives).
Iam calling C functions from python through swig(Extending with C).
This working well in Linux,but i dont know how to do it in Windows VC++ 6 version.In python document,they didnt given for VC++ 6 version.
I have installed python in windows.
I tried with small scripts in IDLE(Python shell).
But i dont know how to link C functions(DLLs) with Python in windows.
No documents are available in the net.All examples given are related to Linux.
If anybody knows please help me.
Iam using python to tie C functions(premi tives).
Iam calling C functions from python through swig(Extending with C).
This working well in Linux,but i dont know how to do it in Windows VC++ 6 version.In python document,they didnt given for VC++ 6 version.
I have installed python in windows.
I tried with small scripts in IDLE(Python shell).
But i dont know how to link C functions(DLLs) with Python in windows.
No documents are available in the net.All examples given are related to Linux.
If anybody knows please help me.
Comment