I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-11-27 09:17:01-08 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.
Direct Responses: Write a response