Stlite doesn't work using pyarmor obfuscation #912
Unanswered
Waschbrettwade
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I have managed to turn a Streamilt app into an EXE using stlite/npm. However, I also want my code to be protected, which is why I also have obfuscated my code (it's just a small dummy code) using pyarmor. And when running the obfuscated code, everything works just fine.
However, when I turn these obfuscated scripts into an EXE using stlite/npm and then use (sequentially) npm install, npm run dumpand then npm serve, it starts loading, but eventually it shows:
although I did list the two directories pyarmor_runtime_000000 and also .pyarmor in "files" and the library pyarmor in "dependencies" in the package.json. The directories also did arrive in the resulting build under "build/app_files". So, it is there. Why isn't it running? Why can't it find the module? How to fix that? Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions