billythegoat356 / pystyle

The source of my Python library, pystyle.
https://pypi.org/project/pystyle/
Eclipse Public License 2.0
202 stars 13 forks source link

pystyle exe #38

Closed vRefilv closed 1 month ago

vRefilv commented 7 months ago

When i compiled code with pyinstaller to exe

Traceback (most recent call last): File "inject.py", line 64, in waiting_animation() File "inject.py", line 40, in waiting_animation Write.Print("[/] Waiting for 1v1.lol ", Colors.blue_to_green, interval=0.05,end='\r') File "pystyle__init.py", line 689, in Print File "pystyle\init__.py", line 726, in _write AttributeError: 'NoneType' object has no attribute 'write'