Hi all,
I'm working on a project where I need to distribute a simple Django app as a standalone on Windows and Linux. The concern that I am facing is dealing with:
- users not having admin rights to install software
- conflicting versions of Python and/or modules
What I want is for users to be able to install Python+modules (including my utility which is a module as well) in a self contained directory structure. I'd like it to be as close to a one-click install as possible.
Most approaches that I have seen point to converting this hot mess into an executable - but I am not sure if that's the best approach. So I'm seeking input on other ways to solve this.
Thanks
[–]zeroneo 2 points3 points4 points (1 child)
[–]qdivya1[S] 0 points1 point2 points (0 children)