Hello,<br><br>I installed latest versions of logilab-common (0.38.0), logilab-astng (0.17.4) and pylint (0.16.0) on Windows with Python 2.5.2. When I try to run pylint.bat, there&#39;s import error coming from proc module (see below). Is this a known issue?<br>
<br>Traceback (most recent call last):<br>&nbsp; File &quot;c:\Python25\Scripts\pylint.bat&quot;, line 11, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; from pylint import lint<br>&nbsp; File &quot;C:\Python25\Lib\site-packages\pylint\lint.py&quot;, line 31, in &lt;module&gt;<br>
&nbsp;&nbsp;&nbsp; from pylint.checkers import utils<br>&nbsp; File &quot;C:\Python25\Lib\site-packages\pylint\checkers\__init__.py&quot;, line 40, in<br>&lt;module&gt;<br>&nbsp;&nbsp;&nbsp; from logilab.astng.utils import ASTWalker<br>&nbsp; File &quot;C:\Python25\Lib\site-packages\logilab\astng\__init__.py&quot;, line 256, in<br>
module&gt;<br>&nbsp;&nbsp;&nbsp; List._proxied = MANAGER.astng_from_class(list)<br>&nbsp; File &quot;C:\Python25\Lib\site-packages\logilab\astng\manager.py&quot;, line 191, in a<br>tng_from_class<br>&nbsp;&nbsp;&nbsp; modastng = self.astng_from_module_name(modname)<br>
&nbsp; File &quot;C:\Python25\Lib\site-packages\logilab\astng\manager.py&quot;, line 142, in a<br>tng_from_module_name<br>&nbsp;&nbsp;&nbsp; return self.astng_from_module(module, modname)<br>&nbsp; File &quot;C:\Python25\Lib\site-packages\logilab\astng\manager.py&quot;, line 176, in a<br>
tng_from_module<br>&nbsp;&nbsp;&nbsp; from logilab.astng.builder import ASTNGBuilder<br>&nbsp; File &quot;C:\Python25\Lib\site-packages\logilab\astng\builder.py&quot;, line 40, in &lt;m<br>dule&gt;<br>&nbsp;&nbsp;&nbsp; from logilab.common.fileutils import norm_read<br>
&nbsp; File &quot;c:\python25\lib\site-packages\logilab\common\fileutils.py&quot;, line 25, in<br>&lt;module&gt;<br>&nbsp;&nbsp;&nbsp; from logilab.common.shellutils import find<br>&nbsp; File &quot;C:\Python25\Lib\site-packages\logilab\common\shellutils.py&quot;, line 23, i<br>
&nbsp;&lt;module&gt;<br>&nbsp;&nbsp;&nbsp; from logilab.common.proc import ProcInfo, NoSuchProcess<br>&nbsp; File &quot;C:\Python25\Lib\site-packages\logilab\common\proc.py&quot;, line 115, in &lt;mo<br>ule&gt;<br>&nbsp;&nbsp;&nbsp; from signal import signal, SIGXCPU, SIGKILL, SIGUSR2, SIGUSR1<br>
ImportError: cannot import name SIGXCPU<br><br>- Sini<br>