Open xman213 opened 2 years ago
i've had the same problem before, there is a module in your script creating conflict with pytyle. Don't import colorama or termcolor and try to import pystyle when using it. Don't import in the start of the script. Check how i did to import it for one of my project. If you start using the module first, try to find wich modulehave conflict with pystyle like below :
It works fine when run in a py file but when I use pyinstaller, It looks like this