Skip to content

TypeError: argument of type 'int' is not iterable #925

@janithmalinga

Description

@janithmalinga

I'm getting this error message when I try to install OWTF on my latest kali linux VM

OS details
Linux kali 4.14.0-kali3-amd64 #1 SMP Debian 4.14.12-2kali2 (2018-01-11) x86_64 GNU/Linux

Error message
Traceback (most recent call last):
File "/root/Tools/owtf/owtf/install/install.py", line 136, in
install_restricted_from_cfg(restricted_cfg)
File "/root/Tools/owtf/owtf/install/install.py", line 85, in install_restricted_from_cfg
install_in_directory(os.path.expanduser(cp.get(section, "directory")), cp.get(section, "command"))
File "/usr/lib/python2.7/dist-packages/backports/configparser/init.py", line 811, in get
d)
File "/usr/lib/python2.7/dist-packages/backports/configparser/init.py", line 384, in before_get
self._interpolate_some(parser, option, L, value, section, defaults, 1)
File "/usr/lib/python2.7/dist-packages/backports/configparser/init.py", line 425, in _interpolate_some
if "%" in v:
TypeError: argument of type 'int' is not iterable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions