hi to all, i am new in python & try to create an interface between c++ & python.i run following command "python setup.py build -cmingw32" it give following error
running build running build_ext building 'c:\hello' extension swigging c:\hello.i to c:\hello_wrap.c E:\SWIG-1.3.13\swig.exe -python -o c:\hello_wrap.c c:\hello.i C:\Dev-C++\Bin\gcc.exe -mno-cygwin -mdll -O -Wall -IE:\Python23\include -IE:\Pyt hon23\PC -c c:\hello_wrap.c -o c:\hello_wrap.o c:\hello_wrap.c:163: warning: `SWIG_TypeDynamicCast' defined but not used c:\hello_wrap.c:175: warning: `SWIG_TypeQuery' defined but not used c:\hello_wrap.c:350: warning: `SWIG_addvarlink' defined but not used c:\hello_wrap.c:403: warning: `SWIG_ConvertPtr' defined but not used c:\hello_wrap.c:486: warning: `SWIG_ConvertPacked' defined but not used writing c:\hello.def cc -mno-cygwin -mdll -static --output-lib c:\libhello.a --def c:\hello.def -s c: \hello_wrap.o c:\hello.o -LE:\Python23\libs -LE:\Python23\PCBuild -lpython23 -o c:\hello.pyd error: command 'cc' failed: No such file or directory