billythegoat356 / Hyperion

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

Error launching #9

Open elkeTmata opened 2 years ago

elkeTmata commented 2 years ago

When I try to do py hyperion.py it returns this error:

File "C:\Users\Dorado\Desktop\Nueva carpeta\Hyperion-main\Hyperion-main\hyperion.py", line 942, in purple = Colors.StaticMIX((Col.purple, Col.blue)) AttributeError: type object 'Colors' has no attribute 'StaticMIX'. Did you mean: 'StaticRGB'?

But when I run it on VSCode console it launches normally, but doesnt create an obfuscated file.

I would apreciate any help.

billythegoat356 commented 2 years ago

1) I suppose you have 2 Pythons, you have to update "pystyle" module to last version, which is done in the Python in VSCode, but not the other one. 2) VSCode launches in C/Users/User, so your obfuscated file should be in this path.

Hope it helped. Have a nice day!

elkeTmata commented 2 years ago

It worked! Thanks for the help and the instant respond. Have a nice day two!