On Tue, Jan 18, 2005 at 04:53:21PM -0800, Sebastian Knoop-Troullier wrote:

> Traceback (most recent call last): File "configure", line 389, in ?
> Interactive() File "configure", line 264, in Interactive Ask("What C
> compiler should I use? (%s)" % OptD["CC"], "CC" ) KeyError: 'CC'

You might want to debug the OptD dictionary, and see what keys it has.
It sounds like either there's no CC key. 

According to docs.python.org:

    exception KeyError
        Raised when a mapping (dictionary) key is not found in the set
        of existing keys.

I've no idea how OptD gets populated, so you probably want to start
there.

-- 
Find my Techno-Geek Journal at http://www.codegnome.org/geeklog/
_________________________________________________
tmda-workers mailing list ([email protected])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to