windows - Importing maltego module in python -
I am trying to import the PyMaltego module and am receiving an import error.
I have already installed the module from CMD with this command:
c: \ document \ maltego> c: \ Python 32 \ python setup.py install However, when I try to import the module, I get a message:
& gt; File "C: / User / Loveturd / Document / Python Content / test.py", in line 3, in & gt; & Lt; Module & gt; & Gt; Import Maltago File "C: \ Python 32 \ lib \ site-packages \ maltego \ __ init__.py", in line 5, in & gt; & Lt; Module & gt; & Gt; Import import from unit import * Import: no unit designated module any suggestions ??
There is nothing on the project Maltago site which indicates that Python 3.2 is compatible. This error does not occur if you use python2.7.
You can only use the package with python3.2 if they mention that they are python3 compatible.
Comments
Post a Comment