Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not styleing when coverted to exe #17

Open
xman213 opened this issue Jun 4, 2022 · 2 comments
Open

Not styleing when coverted to exe #17

xman213 opened this issue Jun 4, 2022 · 2 comments

Comments

@xman213
Copy link

xman213 commented Jun 4, 2022

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

@mouadessalim
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@mouadessalim @xman213 and others