Just managed to compile python3 on debian lenny<br>I get (among other things)<br><br>7 skips unexpected on linux2:<br>    test_dbm_ndbm test_bz2 test_ttk_guionly test_tcl test_tk<br>    test_ttk_textonly test_dbm_gnu<br>Any ideas what dev packages I need to add?<br>
<br>Also emacs python-mode is not set for python3 it looks I get the foll when I try to load a file into python in emacs<br><br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>
NameError: name 'execfile' is not defined<br>>>> <br>