import sys
import math
import salome
salome.salome_init()
import salome_notebook
notebook = salome_notebook.NoteBook()
import GEOM
from salome.geom import geomBuilder
import SALOMEDS
Hi, we were considering using Salome for commercial work, our main usage would be via a python script, with the above imports. Since this does not require the GUI, can you confirm whether we can do this for commercial work, or do we still need a pyQT license?
If we use the GUI version of salome on our own computers, for commercial work, do we need a pyQT license?
If we use the python-script version of salome on our own computers, for commercial work, do we need a pyQT license?
We would like to send the above script to our customer. Can you confirm whether we can do this for commercial work, or do we still need a pyQT license?
We would not modify any of Salome, GUI, or otherwise. We would not ship any of Salome to our customer, GUI, or otherwise. Salome would not be part of our product. However, we would provide scripts like the above to our customers. Where do we stand in this case?
I am asking because of the following comments in the 9.15 user manual do not provide enough information in my case to assess the above questions:
Hereby we explicitly declare that PyQt and PyQtChart (by Riverbank Computing Ltd) are distributed under
the terms of GNU GPL license; for more details, please refer to the PyQt site:
Riverbank Computing | License FAQ
If you plan using SALOME for commercial purposes, please consider obtaining a commercial license for PyQt
from Riverbank Computing Ltd.
Any help welcome.
Thanks