billythegoat356 / Hyperion

The most powerful 100% Python obfuscator.
Eclipse Public License 2.0
337 stars 55 forks source link

Colors.StaticMIX error #11

Open FrancHR opened 2 years ago

FrancHR commented 2 years ago

When i start script, there is an error:

Traceback (most recent call last):
  File "C:\Users\Noson\Desktop\Projekti\Obfuscator\obfuscator\hyperion.py", line 942, in <module>
    purple = Colors.StaticMIX((Col.purple, Col.blue))
AttributeError: type object 'Colors' has no attribute 'StaticMIX'

pystyle is updated: C:\Users\Noson\Desktop\Projekti\Obfuscator\obfuscator> pip3 install pystyle Requirement already satisfied: pystyle in c:\users\noson\appdata\local\programs\python\python39\lib\site-packages (0.6)

Running with Python 3.9 Also, I have python 2.7 installed.

Any help?

CSM-BlueRed commented 2 years ago

try

pip3 install -U pystyle
quanmanss11 commented 1 year ago

here https://github.com/billythegoat356/Hyperion/issues/9