From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Date: Wed, 2 Jan 2008 11:00:15 +0000 From: prem Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [9fans] Acid : "used but not set ???" Topicbox-Message-UUID: 24dcd980-ead3-11e9-9d60-3106f5b1d025 Hi, I am trying to debug Python 2.5.1, almost any variable i type in Acid prompt it says "used but not set" Problem 1 : >>> import md5 Traceback (most recent call last): File "", line 1, in SystemError: _PyImport_FixupExtension: module md5 not loaded Problem 2: > 68 n = PyString_FromString(name) 69 if (n == NULL){ ......... acid: next() acid: name : 28: (error) name used but not set acid: n : 29: (error) n used but not set Questions: 1. Is this python error known ? 2. What is problem with acid ? (are all the local variables optimized out by the compiler?) (though its my 2nd encounter with acid, I started loving it :) ) /Prem