From: Noel O'B. <bao...@gm...> - 2009-10-16 11:40:54
|
You are using an old version of Python, Python2.3. I think we only support Python 2.4+. However, if you want to fix this particular problem add the following to the start of logfileparser.py: from sets import Set as set - Noel 2009/10/16 ANUP THOMAS <anu...@gm...>: > Dear all. > > i am new to cclib > > After installing cclib for running the unit tests i executed the following > command > > python testall.py > but i am getting an error > > File "/usr/lib/python2.3/site-packages/cclib/parser/logfileparser.py", line > 100, in parse > _nodelete = list(set(self.__dict__.keys())) > NameError: global name 'set' is not defined > > What will be the probable cause of this error. Thank you for consideration. > -- > Regards > > Anup Thomas > SRF 7123 > Computational Chemistry Lab of I and PC Division > Indian Institute of Chemical Technology > Hyderabad 500007 > India > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > cclib-users mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-users > > |