<div dir="ltr"><div class="gmail_quote"><div dir="ltr">I just compiled Stacl;ess 3.1 from SVN (tests are fine), but IDLE crashes with little explanation about a second after I press Ctrl+Space<div><br><div>$ make test</div>
<div><div><div>running build</div><div>
running build_ext</div><div>building dbm using gdbm</div><div>running build_scripts</div><div>find ./Lib -name &#39;*.py[co]&#39; -print | xargs rm -f</div><div>./python -E -bb ./Lib/test/regrtest.py -l </div><div>...</div>

<div><div>test_codecmaps_cn</div><div>test_codecmaps_cn skipped -- Use of the `urlfetch&#39; resource not enabled</div><div>test_codecmaps_hk</div><div>test_codecmaps_hk skipped -- Use of the `urlfetch&#39; resource not enabled</div>

<div>test_codecmaps_jp</div><div>test_codecmaps_jp skipped -- Use of the `urlfetch&#39; resource not enabled</div><div>test_codecmaps_kr</div><div>test_codecmaps_kr skipped -- Use of the `urlfetch&#39; resource not enabled</div>

<div>test_codecmaps_tw</div><div>test_codecmaps_tw skipped -- Use of the `urlfetch&#39; resource not enabled</div><div><div><div>...</div></div><div>test_curses</div><div>test_curses skipped -- Use of the `curses&#39; resource not enabled</div>

</div></div></div></div><div><div>...</div><div>test_distutils</div><div><div>unknown, 0: Warning: using regular magic file `/etc/magic&#39;</div><div>unknown, 0: Warning: using regular magic file `/etc/magic&#39;</div><div>

...</div><div><div>test_kqueue</div><div>test_kqueue skipped -- test works only on BSD</div><div>...</div><div><div>test_nis</div><div>test_nis skipped -- test_nis hangs on Solaris</div><div>test_normalization</div><div>
test_normalization skipped -- Use of the `urlfetch&#39; resource not enabled</div>
<div>test_ossaudiodev</div><div>test_ossaudiodev skipped -- Use of the `audio&#39; resource not enabled</div><div>test_parser</div><div>Expecting &#39;s_push: parser stack overflow&#39; in next line</div><div>s_push: parser stack overflow</div>

<div>test_pep277</div><div>test_pep277 skipped -- test works only on NT+</div><div>...</div><div>test_smtpnet</div><div>test_smtpnet skipped -- Use of the `network&#39; resource not enabled</div><div>test_socketserver</div>

<div>test_socketserver skipped -- Use of the `network&#39; resource not enabled</div><div>test_startfile</div><div>test_startfile skipped -- module os has no attribute startfile</div><div>...</div><div><div>test test_telnetlib failed -- Traceback (most recent call last):</div>

<div>  File &quot;/home/ariel/stackless-31/Lib/test/test_telnetlib.py&quot;, line 409, in test_debuglevel</div><div>    self._test_debuglevel([a, EOF_sigil], b)</div><div>  File &quot;/home/ariel/stackless-31/Lib/test/test_telnetlib.py&quot;, line 389, in _test_debuglevel</div>

<div>    txt = telnet.read_all()</div><div>  File &quot;/home/ariel/stackless-31/Lib/telnetlib.py&quot;, line 325, in read_all</div><div>    self.fill_rawq()</div><div>  File &quot;/home/ariel/stackless-31/Lib/telnetlib.py&quot;, line 516, in fill_rawq</div>

<div>    buf = self.sock.recv(50)</div><div>socket.error: [Errno 104] Connection reset by peer</div><div>...</div><div><div>test_timeout</div><div>test_timeout skipped -- Use of the `network&#39; resource not enabled</div>

<div>test_tk</div><div>test_tk skipped -- Use of the `gui&#39; resource not enabled</div><div>test_tokenize</div><div>test_trace</div><div>test_traceback</div><div>test_ttk_guionly</div><div>test_ttk_guionly skipped -- Use of the `gui&#39; resource not enabled</div>

<div>...</div><div><div>test_uuid</div><div>    WARNING: uuid.getnode is unreliable on many platforms.</div><div>        It is disabled until the code and/or test can be fixed properly.</div><div>    WARNING: uuid._ifconfig_getnode is unreliable on many platforms.</div>

<div>        It is disabled until the code and/or test can be fixed properly.</div><div>    WARNING: uuid._unixdll_getnode is unreliable on many platforms.</div><div>        It is disabled until the code and/or test can be fixed properly.</div>

<div>...</div><div><div>test_winreg</div><div>test_winreg skipped -- No module named winreg</div><div>test_winsound</div><div>test_winsound skipped -- Use of the `audio&#39; resource not enabled</div><div>...</div><div><div>

test_xmlrpc_net</div><div>test_xmlrpc_net skipped -- Use of the `network&#39; resource not enabled</div><div>test_zipfile</div><div>test_zipfile64</div><div>test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run</div>

<div>...</div><div>311 tests OK.</div><div>1 test failed:</div><div>    test_telnetlib</div><div>23 tests skipped:</div><div>    test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp</div><div>    test_codecmaps_kr test_codecmaps_tw test_curses test_kqueue</div>

<div>    test_nis test_normalization test_ossaudiodev test_pep277</div><div>    test_smtpnet test_socketserver test_startfile test_timeout test_tk</div><div>    test_ttk_guionly test_urllib2net test_urllibnet test_winreg</div>

<div>    test_winsound test_xmlrpc_net test_zipfile64</div><div>Those skips are all expected on linux2.</div><div>make: [test] Error 1 (ignored)</div><div>./python -E -bb ./Lib/test/regrtest.py -l </div><div>...</div><div>

Exactly the same messages as before</div><div>...</div><div><div>test_zlib</div><div>311 tests OK.</div><div>1 test failed:</div><div>    test_telnetlib</div><div>23 tests skipped:</div><div>    test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp</div>

<div>    test_codecmaps_kr test_codecmaps_tw test_curses test_kqueue</div><div>    test_nis test_normalization test_ossaudiodev test_pep277</div><div>    test_smtpnet test_socketserver test_startfile test_timeout test_tk</div>

<div>    test_ttk_guionly test_urllib2net test_urllibnet test_winreg</div><div>    test_winsound test_xmlrpc_net test_zipfile64</div><div>Those skips are all expected on linux2.</div><div>make: *** [test] Error 1</div><div>

<br></div></div></div></div></div></div></div></div><div># make altinstall</div><div>...</div><div># exit</div></div></div><div><div>$ idle3 # Then Ctrl-Space</div><div>Traceback (most recent call last):</div><div>  File &quot;/usr/local/bin/idle3&quot;, line 5, in &lt;module&gt;</div>

<div>    main()</div><div>  File &quot;/usr/local/lib/python3.1/idlelib/PyShell.py&quot;, line 1420, in main</div><div>    root.mainloop()</div><div>  File &quot;/usr/local/lib/python3.1/tkinter/__init__.py&quot;, line 1009, in mainloop</div>

<div>    self.tk.mainloop(n)</div><div>UnicodeDecodeError: &#39;utf8&#39; codec can&#39;t decode bytes in position 0-1: illegal encoding</div><br>-- </div><div>Debian Squeeze</div><div><br>- Ariel Ben-Yehuda<br>
</div></div></div></div>
</div><br><br clear="all"><br>-- <br>- Ariel Ben-Yehuda<br>
</div>