Hi,
I havent used Kali for a while, so I updated with the commands apt-get update apt-get-upgrade and apt-get dist-upgrade.

I want to use BinWalk but I get this error:
Code:
root@kali:~/usb/Phison_PS2251# binwalk 2261FW30753.BIN 
Traceback (most recent call last):
  File "/usr/bin/binwalk", line 536, in <module>
    main()
  File "/usr/bin/binwalk", line 481, in main
    plugins_blacklist=plugin_blacklist)
  File "/usr/lib/pymodules/python2.7/binwalk/__init__.py", line 306, in scan
    self.plugins = Plugins(self, whitelist=plugins_whitelist, blacklist=plugins_blacklist)
NameError: global name 'Plugins' is not defined
I have:
updated kali
Checked the dependancies of binwalk at the wiki and they are installed.
apt-get remove binwalk, then apt-get install binwalk (didnt think this would do anything but tried it )

Has anyone else had this issue, or can point me straight please?
cheers