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

IndentationError: unindent does not match any outer indentation level #125

Open
pentestor opened this issue Oct 31, 2020 · 2 comments
Open

Comments

@pentestor
Copy link

hey,
I want to obfuscate my script, but have an error in pyminifier

command:
pyminifier.exe -O script.py

error:
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37-32\Scripts\pyminifier-script.py", line 11, in
load_entry_point('pyminifier==2.1', 'console_scripts', 'pyminifier')()
File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\site-packages\pyminifier\pyminifier.py", line 398, in main
source = minification.minify(tokens, options)
File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\site-packages\pyminifier\minification.py", line 512, in minify
result = reduce_operators(result)
File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\site-packages\pyminifier\minification.py", line 187, in reduce_operators
for tok in tokenize.generate_tokens(io_obj.readline):
File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\tokenize.py", line 572, in _tokenize
("", lnum, pos, line))
File "", line 395
return hasher.digest()
^
IndentationError: unindent does not match any outer indentation level

@amaank404
Copy link

Hello, this project is dead

@zengxiang68
Copy link

I have the same problem:IndentationError: unindent does not match any outer indentation level

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