pystyle icon indicating copy to clipboard operation
pystyle copied to clipboard

Not styleing when coverted to exe

Open xman213 opened this issue 2 years ago • 2 comments

It works fine when run in a py file but when I use pyinstaller, It looks like this tsjRMTA

xman213 avatar Jun 04 '22 15:06 xman213

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 :

https://github.com/9P9/Discord-QR-Token-Logger/blob/2c51a26bed190c3bc00d9e71d9863f3b01fb699e/Discord-QR-Token-Logger/main.py#L50-L51

mouadessalim avatar Jan 21 '23 10:01 mouadessalim