pyperl - Installation of PYPERL

Posted on Tue Nov 27 11:17:01 2007 by sbris
Installation of PYPERL
Hi All,

First I tried installing pyperl by "python setup.py install". I got following error "error: Python was built with Visual Studio 2003; extensions must be built with a compiler than can generate compatible binaries. Visual Studio 2003 was not found on this system. If you have Cygwin installed, you can try compiling with MingW32, by passing "-c mingw32" to setup.py."

Then I installed Cygwin and tried to install "python setup.py build --compile=mingw32" But again I got error "gcc -mno-cygwin -mdll -O -Wall -I"C:\Perl\lib\CORE" -Ic:\python25\include -Ic:\python25\PC -c perlmodule.c -o build\temp.win32-2.5\Release\perlmodule.o -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -D NO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DU SE_PERLIO -DPERL_MSVCRT_READFIX -DMULTI_PERL error: command 'gcc' failed: No such file or directory"

Can anyone help me out in this.
Write a response