Have you considered reverting to your previous version, and diff-ing it to the new one to find differences?
Sent via BlackBerry by AT&T -----Original Message----- From: "John Doesnot" <[EMAIL PROTECTED]> Date: Thu, 11 Dec 2008 07:16:35 To: traef06 RAEF<[EMAIL PROTECTED]> Cc: <[email protected]> Subject: Re: [W3af-users] Errors after svn install 2008/12/11 traef06 RAEF <[EMAIL PROTECTED]>: > > After performing svn co https://w3af.svn.sourceforge.net/svnroot/w3af/trunk > w3af and letting it run, I change to the w3af directory and run: > ./w3af_console and get: > > Traceback (most recent call last): > File "./w3af_console", line 96, in ? > errCode = main() > File "./w3af_console", line 72, in main > from core.ui.consoleUi.consoleUi import consoleUi > File "/usr/src/w3af/core/ui/consoleUi/consoleUi.py", line 28, in ? > from core.ui.consoleUi.rootMenu import * > File "/usr/src/w3af/core/ui/consoleUi/rootMenu.py" line 23, in ? > from core.ui.consoleUi.menu import * > File "/usr/src/w3af/core/ui/consoleUi/menu.py" line 25, in ? > import core.data.kb.knowledgeBase as kb > File "/usr/src/w3af/core/data/kb/knowledgeBase.py", line 52 > with self._kbLock: > ^ > > SyntaxError: invalid syntax > > What do I do to fix this? > > Thank you in advance. > > Might want to submit a report or add your traceback to mine https://sourceforge.net/tracker/?group_id=170274&atid=853652 -- http://www.nukeit.org ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
