Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23131

How to obfuscate Python code for a Dask web app

$
0
0

I have a simple Dash application as show in image1. I wanted to obfuscate the project files before deployment to client machine. I am using Pyarmor v 8.4.6. The issue i face is when i run the entry file ie app.py under dist folder, the home page menu links return 404 error image2Has anyone had luck with obfuscation of a Dash web application using Pyarmor?

Image1

Image2_404_error

I expected the webapp pages to work/load as normal


Viewing all articles
Browse latest Browse all 23131

Trending Articles