Closed dovy closed 8 years ago
Hi @dovy ,
Good question! I believe there are no strict restriction. So my answer is surely "yes". I am sure yhat has successfully built a complex application using the same idea.
But as far as I am concerned, you have to solve these three aspects:
Indeed I think pyinstaller is the best, was just looking at that.
The question is honestly can I code most of this in Python, or should I just find C++ experts. My gut tells me Python is a MUCH better route. :P
import
. pyinstaller
may not be able to automatically detect all the sub-libraries your app needs. Another example is relative paths. There might be problems about correctly phrase relative paths under the packaging situation.Could we Skype/Slack/Email somewhere? I'd like to pick your brain in a less public space. :)
Skype: DovyDigital Slack: http://slack.redux.io Email: me@dovy.io
Would this compile and run as a self-contained environment without the need of additional dependencies?
I am VERY interested in this approach, and am looking for a solid method of ensuring this is entirely cross-platform.