Falldog / pyconcrete

Protect your python script, encrypt it as .pye and decrypt when import it
Apache License 2.0
694 stars 149 forks source link

ValueError: bad marshal data (unknown type code) #46

Closed msusare closed 5 years ago

msusare commented 5 years ago

hi , Running pyconcrete files gives me the following error "ValueError: bad marshal data (unknown type code)"

I am using Mac machine .

I have compiles script with following code: pyconcrete-admin.py compile --source=main.py --pye

and running the file with pyconcrete main.pye

I'm using python (Python 2.7.15)

I have installed pyconcrete with setup.py.

Falldog commented 5 years ago

Hi, Which pyconcrete version? It should be encrypted & executed by different python version issue. Please help to make sure you encrypt & execute by the same python version