Robert, 2008/11/5 Robert McCurdy <[EMAIL PROTECTED]>: > OK apparently calling Graphviz on anything it looks like .. this is a > Audit>unSSL only scan and crashed. > > This is running portable version I been using fine uptill Graphviz :( How > can I make Graphviz work( load up ) with the dll I have (WinGraphviz.dll) > OR just disable Graphviz ? I removed the Graphviz check and hoped that > would be OK but now I just get this error. > > > here is the crash log: > > > > > Submit this bug here: > https://sourceforge.net/tracker/?func=add&group_id=170274&atid=853652 > > Python version: > 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] > > GTK version:2.12.9 > PyGTK version:2.12.1 > > Traceback (most recent call last): > File "C:\Documents and > Settings\User\Desktop\w3af_1632\trunk\core\ui\gtkUi\craftedRequests.py", > line 342, in _clusterData > window = clusterGraphWidget(self.w3af, data) > File "C:\Documents and > Settings\User\Desktop\w3af_1632\trunk\core\ui\gtkUi\clusterGraph.py", line > 118, in __init__ > self.set_dotcode(dotcode) > File "C:\Documents and > Settings\User\Desktop\w3af_1632\trunk\core\ui\gtkUi\clusterGraph.py", line > 103, in set_dotcode > if self.widget.set_dotcode(dotcode, filename): > File "C:\Documents and > Settings\User\Desktop\w3af_1632\trunk\extlib\xdot\xdot.py", line 899, in > set_dotcode > universal_newlines=True > File "C:\Documents and > Settings\Administrator\Desktop\w3af\PortablePython1.0\PortablePython1.0\lib\subprocess.py", > line 593, in __init__ > errread, errwrite) > File "C:\Documents and > Settings\Administrator\Desktop\w3af\PortablePython1.0\PortablePython1.0\lib\subprocess.py", > line 793, in _execute_child > startupinfo) > WindowsError: [Error 2] The system cannot find the file specified > >
hmmm, hard question! Ideas: - if you disable all the xdot code, graphviz won't be called - if you move the dll to the same directory where the graphviz .exe is.... it may work. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > W3af-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/w3af-users > > -- Andres Riancho http://w3af.sourceforge.net/ Web Application Attack and Audit Framework ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
