Object
Python3Script
![]() | Adds search path for where Python will load custom modules from. |
![]() | Clears the error indicator, making ErrorOccurred return false again. |
![]() | Returns true if error has occurred, else false. |
![]() | Call this method to clean up resources that the Python engine used. Your application should normally call this when it shuts down if it has used Python. |
![]() | Gets the error message if the ErrorOccurred property indicates there was a error. |
![]() | Gets a python module, looking for it at Pythons default path and custom paths. |
![]() | Call this method to initialise the Python engine for your application. This variation takes application name as parameter. |
![]() | Call this method to initialise the Python engine for your application. This variation takes no parameter. |
![]() | Checks if valid Python installation is found. Optionally a constant can also be passed in to hint which version of Python is preferred if Python has not already been loaded. |
![]() | Registers a Xojo module to expose to python. |
![]() | Use this method to register a redirect of console output from Python scripts. |
![]() | Use this method to raise a error. |
![]() | Sets alternate path where to look for Python. |
![]() | Enum which can optionaly be used in the Python3Script.PythonIsFound shared function. |
![]() | |
![]() | |
![]() | |
![]() |