Pysiril and AppImage

Hi, I am using an AppImage to run Siril in Linux. I am looking into using Pysiril to automate some process. However as AppImage does not install itself, so Pysiril cannot find an installed Siril to work with. Is this a fact or am I missing anything?

Hi,

Simply pass the path of the Siril AppImage as a variable when you initialize the python Siril class. For example,

app=Siril(“/home/you/location_of_AppImage/name_of_AppImage”)

1 Like