View Issue Details

IDProjectCategoryView StatusLast Update
0000213Kali LinuxTool Upgrade Requestpublic2025-07-14 09:36
ReporterPlastico Assigned Tomuts  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Platformx86OSKaliOS Version1.0
Summary0000213: w3af_gui still doesn't start
Description

When i launch w3af or w3af_gui, the following error appear:

Traceback (most recent call last):
File "/usr/share/w3af/w3af_gui", line 84, in <module>
errCode = main()
File "/usr/share/w3af/w3af_gui", line 81, in main
core.ui.gtkUi.main.main(profile, doupdate)
File "/usr/share/w3af/core/ui/gtkUi/main.py", line 858, in main
MainApp(profile, do_upd)
File "/usr/share/w3af/core/ui/gtkUi/main.py", line 406, in init
self.pcbody = pluginconfig.PluginConfigBody(self, self.w3af)
File "/usr/share/w3af/core/ui/gtkUi/pluginconfig.py", line 620, in init
self.pan = self._buildpan()
File "/usr/share/w3af/core/ui/gtkUi/pluginconfig.py", line 638, in _buildpan
self.std_plugin_tree = PluginTree(self.w3af, "standard", self.config_panel)
File "/usr/share/w3af/core/ui/gtkUi/pluginconfig.py", line 241, in init
if self._getEditablePlugin(plugin, plugintype):
File "/usr/share/w3af/core/ui/gtkUi/pluginconfig.py", line 296, in _getEditablePlugin
plugin = self.w3af.plugins.getPluginInstance(pname, ptype)
File "/usr/share/w3af/core/controllers/coreHelpers/plugins.py", line 237, in getPluginInstance
pluginInst = factory('plugins.' + pluginType + '.' + pluginName)
File "/usr/share/w3af/core/controllers/misc/factory.py", line 49, in factory
raise w3afException('There was an error while importing '+ moduleName + ': "' + str(ie) + '".')
w3afException: There was an error while importing plugins.discovery.wordnet: "No module named nltk.corpus.util".

Thanks.

Steps To Reproduce

Launch w3af.

Activities

user83

2013-03-29 13:56

  ~0000278

I'm not having any issues, how are you starting the application exactly?

muts

muts

2013-03-29 14:15

reporter   ~0000279

Is this bleeding edge w3af?

Glides

Glides

2013-03-29 17:28

reporter   ~0000280

Not sure about the OP, but I was also getting this message when trying to launch.

I am using the bleeding edge repo

From the menu it would just launch the splash screen, from the terminal using 'w3af' produced a similar message as the OP.

  • "No module named nltk.corpus.util".-

To fix temporarily

'pip install -U nltk'

Permanent fix would be to push nltk through the repo.

saberzaid

saberzaid

2013-03-29 17:52

reporter   ~0000282

yes its from bleeding edge, fixing this will be nice ,

as Glides said (Permanent fix would be to push nltk through the repo) , more investigating about those bugs needed

Plastico

Plastico

2013-03-29 18:17

reporter   ~0000283

Thank you all.

And to admin, yes, this is from bleeding edge.

muts

muts

2013-03-29 18:22

reporter   ~0000284

Last edited: 2013-03-29 18:41

Duplicate bug report .
http://bugs.kali.org/view.php?id=197
Please do not submit duplicate bug reports.

Issue History

Date Modified Username Field Change
2013-03-29 13:53 Plastico New Issue
2013-03-29 13:56 user83 Note Added: 0000278
2013-03-29 14:15 muts Note Added: 0000279
2013-03-29 17:28 Glides Note Added: 0000280
2013-03-29 17:52 saberzaid Note Added: 0000282
2013-03-29 18:17 Plastico Note Added: 0000283
2013-03-29 18:22 muts Note Added: 0000284
2013-03-29 18:22 muts Status new => closed
2013-03-29 18:22 muts Assigned To => muts
2013-03-29 18:22 muts Resolution open => duplicate
2013-03-29 18:41 muts Note Edited: 0000284
2021-05-31 13:37 rhertzog Category Tool Upgrade => Tool Upgrade Request
2025-07-14 09:36 g0tmi1k Priority high => normal