I updated to the latest JekyllBuild (1.0.3) before I always used the RC. After updating the parsing of codes (with Pygments) doesn\'t work anymore. I always get the followin
For me, the fix was to add a symbolic link to python.exe called python2.exe
Do this, with elevated privileges, in the directory where python 2.x is installed:
mklink python2.exe python.exe