This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I made a little kivy gui for something at work, and I am required to try and hide the source code in case we distribute it to a customer at some point. I had success using pyinstaller to make the exe but when I tried a method of using cython first and then pyinstaller to hide the code I get errors that there is no "modulenotfounderror: no module named kivy". Has anyone had success making an exe and hiding your code? I did the whole thing in a virtual environment, does that matter? And just a note, I think it's silly, but I do what I'm told.
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/kivy/commen...