Platforms to show: All Mac Windows Linux Cross-Platform

PythonMBS class   New in 24.3

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Python MBS Python Plugin 24.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class to use Python code in Xojo applications.
Example
Var p As New PythonMBS

Var r As Variant = p.Evaluate("1+2")
Print "Result: "+r

Break

MBS Plugin does some exception handling for you as well as type conversion.
We convert variants to/from python as much as possible, including arrays and dictionaries.

This class has no sub classes.

Some examples using this class:

Blog Entries

Release notes

  • Version 24.4
    • Added RunFile method to PythonMBS class.
  • Version 24.3

The items on this page are in the following plugins: MBS Python Plugin.


PythonExceptionMBS   -   QCCompositionMBS


The biggest plugin in space...