From: SourceForge.net <no...@so...> - 2007-11-19 02:41:56
|
Bugs item #658601, was opened at 2002-12-26 02:54 Message generated for change (Comment added) made by kitterma You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403045&aid=658601&group_id=31674 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: MIssing "import Lib" for TCP protocol Initial Comment: When you try to send an AXFR query an exception is raised (Error: global name 'Lib' is not defined). This seems due to a missing import statement in the sendTCPRequest(self, server) method (Base.py file). I have solved this problem adding an import statement: def sendTCPRequest(self, server): " do the work of sending a TCP request " + import time, Lib self.response=None for self.ns in server: Regards Danilo Massa (danilo.massaATtin.it) ---------------------------------------------------------------------- Comment By: Scott Kitterman (kitterma) Date: 2007-11-18 21:42 Message: Logged In: YES user_id=1300068 Originator: NO Fixed in 2.3.1 ---------------------------------------------------------------------- Comment By: Scott Kitterman (kitterma) Date: 2007-02-16 08:52 Message: Logged In: YES user_id=1300068 Originator: NO A fix for this issue has been included in the latest python-dns update in Ubuntu Linux. See https://launchpad.net/ubuntu/+source/python-dns/2.3.0-5.1ubuntu2 for details. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403045&aid=658601&group_id=31674 |