0xInfection / TIDoS-Framework

The Offensive Manual Web Application Penetration Testing Framework.
GNU General Public License v3.0
1.77k stars 387 forks source link

[Bug] ModuleNotFoundError: No module named 'core' #73

Closed aligrt closed 5 years ago

aligrt commented 5 years ago

while updating following error received

root@kali:~/tidos-Framework/tools# python tidos_updater.py 
Traceback (most recent call last):
  File "tidos_updater.py", line 18, in <module>
    from core.Core.colors import *
ImportError: No module named core.Core.colors
root@kali:~/tidos-Framework/tools# python3 tidos_updater.py 
Traceback (most recent call last):
  File "tidos_updater.py", line 18, in <module>
    from core.Core.colors import *
ModuleNotFoundError: No module named 'core'

any suggestions?

0xInfection commented 5 years ago

Fixed in f11be41.