can i combine python into widget ?
maybe as a script file or maybe how to run a python
that i'll make sure the user install pre running the widget
also to pass and arguments.
roi
can i combine python into widget ?
maybe as a script file or maybe how to run a python
that i'll make sure the user install pre running the widget
also to pass and arguments.
roi
You can't use Python within the widget itself. What you can do is run the mobile web server and implement things there in Python and then talking to that from the widget. While that certainly works it probably isn't what you are after because it's not possible (or at least easy) to create an installer that installs all the required components in a single step.
Peppe