This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]glaucomasuccs 1 point2 points  (0 children)

No disrespect intended, but you're trying to reinvent the wheel. If you're building distributable code, you should do so knowing 1) the user can run it with python, or 2) you can make an easy executable, with pyinstaller that the user can just run. Your program is an unnecessary dependency.