You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also try: --manifest "global-include *.py; exclude __manifest__.py" --manifest "global-include *.py exclude *__manifest__.py" --manifest "global-include *.py, global-exclude __manifest__.py"
(As you can see "exclude" here https://pypi.python.org/pypi/pyarmor/1.7.1) --manifest "global-include *.py" --exclude "__manifest__.py" --manifest "global-include *.py" -exclude="__manifest__.py" --manifest "global-include *.py" -exclude=__manifest__.py
The text was updated successfully, but these errors were encountered:
I give this tutorial https://github.com/dashingsoft/pyarmor/blob/master/src/user-guide.md
part: "obfuscate odoo module"
make git clone v3.6.1
last commit a736bdc from Feb 27, 2018
command:
and get this error:
pyarmor.py: error: unrecognized arguments: exclude __manifest__.py
I also try:
--manifest "global-include *.py; exclude __manifest__.py"
--manifest "global-include *.py exclude *__manifest__.py"
--manifest "global-include *.py, global-exclude __manifest__.py"
(As you can see "exclude" here https://pypi.python.org/pypi/pyarmor/1.7.1)
--manifest "global-include *.py" --exclude "__manifest__.py"
--manifest "global-include *.py" -exclude="__manifest__.py"
--manifest "global-include *.py" -exclude=__manifest__.py
The text was updated successfully, but these errors were encountered: