Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Component: Python

Execute phyton scripts and evaluate expressions directly within FileMaker context.

Alternatively use Shell functions to run python command line tools.

Version macOS Windows Linux Server iOS SDK
14.3 / 14.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes

Item Details
Python.AddEvaluateFunction   New in 14.3
Adds an evaluate function.
All
14.3
Python.AddExecuteSQLFunction   New in 14.3
Adds an execute SQL function.
All
14.3
Python.Clear   New in 14.3
Clears the variables in the Python environment.
All
14.3
Python.DeleteValue   New in 14.3
Deletes a variable in the Python environment.
All
14.3
Python.Evaluate   New in 14.3
Evaluates an expression in Python.
All
14.3
Python.GetTag   New in 14.3
Queries tag value.
All
14.3
Python.GetValue   New in 14.3
Queries a variable in the Python environment.
All
14.3
Python.HasValue   New in 14.3
Checks whether a variable is set for the Python environment.
All
14.3
Python.Keys   New in 14.3
Queries the list of names for values.
All
14.3
Python.LibraryVersion   New in 14.3
Queries the version text of the Python library.
All
14.3
Python.List   New in 14.3
Returns list of all Python environment IDs.
All
14.3
Python.Load   New in 14.3
Loads the Python library.
All
14.3
Python.Loaded   New in 14.3
Queries whether Python libraries have been loaded.
All
14.3
Python.New   New in 14.3
Creates a new Python environment.
All
14.3
Python.Path   New in 14.3
Queries the default module search path.
All
14.3
Python.PrintOutput   New in 14.3
Queries the output of print commands in Python.
All
14.3
Python.ProgramFullPath   New in 14.3
Queries full program path.
All
14.3
Python.ProgramName   New in 14.3
Queries the program name.
All
14.3
Python.PythonHome   New in 14.3
Queries the default "home" path.
All
14.3
Python.Release   New in 14.3
Releases the Python environment.
All
14.3
Python.ReleaseAll   New in 14.3
Releases all Python environments.
All
14.3
Python.Run   New in 14.3
Runs a Python script.
All
14.3
Python.RunFile   New in 14.4
Runs a Python script file.
All
14.4
Python.SetInput   New in 14.3
Sets the input values to use.
All
14.3
Python.SetProgramName   New in 14.3
Sets the program name.
All
14.3
Python.SetPythonHome   New in 14.3
Sets the Python home.
All
14.3
Python.SetTag   New in 14.3
Sets the tag value.
All
14.3
Python.SetValue   New in 14.3
Sets a variable in the Python environment.
All
14.3
Python.ValueCount   New in 14.3
Queries number of variables.
All
14.3

29 functions shown.

Release notes

  • Version 14.3

Blog Entries

Example Databases