[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: update using pygments crashed
From: |
Jason Hood |
Subject: |
Re: update using pygments crashed |
Date: |
Mon, 24 Nov 2014 17:58:45 +1000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
On 22/11/2014 23:48, address@hidden wrote:
> PATH:
You will need to add Python here so Windows can find it (alternatively, create
a python.exe link in one of these directories, for example: "mklink /h
c:\mingw\msys\1.0\bin\python.exe c:\python27\python.exe"). BTW, it seems
redirecting standard error misses the warning:
C:\test>gtags --gtagslabel=pygments
gtags: no python
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
C:\test>gtags --gtagslabel=pygments 2>err
C:\test>cat err
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
--
Jason.