Sample code for 30+ languages & platforms
Chilkat2-Python

Get Version of Chilkat

Demonstrate how to find out the version of Chilkat at runtime.

Chilkat Chilkat2-Python Downloads

Chilkat2-Python
import chilkat2

# Most Chilkat classes include a Version property.
# To find the version of Chilkat, such as "9.5.0.94",
# instantiate the object and examine the Version property.

# For example:
sftp = chilkat2.SFtp()
chilkatVersion = sftp.Version
print(chilkatVersion)

# Most other Chilkat classes also have the Version property
# For example:
json = chilkat2.JsonObject()
print(json.Version)