Every time I try to run the tool, this comes to me. Possible solution [closed]

Traceback (most recent call last):

  File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 31, in <module>

    start(fakepyfile,mainpyfile)

  File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 30, in start

    exec(open(mainpyfile).read(),  main.dict)

  File "<string>", line 40, in <module>

TypeError: termcolor.termcolor.colored() argument after ** must be a mapping, not tuple

[Program finished]

عايز حل للمشكلة ومس عارف احله

  • Looks like the problem is in mainpyfile, which you should post if you need help with that. Even better, post a minimal reproducible example that shows the same problem.

    – 

  • 1

    Also, please translate that last part of your question from Arabic to English as well.

    – 

  • Please show relevant code and a full trace of the exception

    – 

Leave a Comment