Falldog / pyconcrete

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

Deployment Issue #63

Closed Aditya715 closed 2 years ago

Aditya715 commented 5 years ago

I am encrypting a project using pyconcrete but in venv. Now I'm trying to drop all the venv in another pc/laptop. When I run the code for that it gives me threading error and pushing the whole thing on the local interpreter. /usr/lib/python/threading.py

Falldog commented 5 years ago
  1. What pycocnrete version you install?
  2. What command make you get the threading error? You run in another venv? or use system default python?