<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/1.0.2">
</HEAD>
<BODY>
Hi all,
<BR>
For different reasons I need to build a python interpreter 2.1 linked with tk 8.4.5 library (I am working on a Debian Woody system). The whole python building process succeeded but when I try to run the tkinter demo (Demo/tkinter/guido/AttrDialog.py) an exception is raised on any events (mouse pressed, key pressed...). The exception is :
<BR>

<BR>
Exception in Tkinter callback
<BR>
Traceback (most recent call last):
<BR>
&nbsp; File &quot;/home/cousy/dev/debian/Python-2.1.3/install/lib/python2.1/lib-tk/Tkinter.py&quot;, line 1284, in __call__
<BR>
&nbsp;&nbsp;&nbsp; args = apply(self.subst, args)
<BR>
&nbsp; File &quot;/home/cousy/dev/debian/Python-2.1.3/install/lib/python2.1/lib-tk/Tkinter.py&quot;, line 1024, in _substitute
<BR>
&nbsp;&nbsp;&nbsp; e.num = getint(b)
<BR>
ValueError: invalid literal for int(): ??
<BR>

<BR>
Is there any kind of incompatibility between these versions ? 
<BR>
Any hints, docs, links etc would be much appreciated.
<BR>

<BR>
Thanks in adavance,
<BR>
Mathieu.
<BR>

<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>-- 
                Mathieu COUSY
            Prestataire QUATERNOVE
                       @
Centre d'Etudes de la Navigation Aerienne (CENA)
                 Division I.C.S. 
      Batiment 1608, Route peripherique Est
          91200 Athis-Mons, FRANCE
           tel : 01 69 57 68 35
          Mail : cousy@ath.cena.fr</PRE>
</TD>
</TR>
</TABLE>

</BODY>
</HTML>