Hello,
I installed aspose-words version 23.7.0 via pip and using ‘apose.total.NET.lic’ license file that was provided by my company; the issue is that using this code:
import aspose.words as aw
lic = aw.License()
try:
lic.set_license(‘Aspose.Total.NET.lic’)
except RuntimeError as err:
print("\nThere was an error setting the license: {0}".format(err))
Resulting in following error:
‘There was an error setting the license: Proxy error(InvalidOperationException): The license is not valid for this product.’
I have checked the expiry date and wondering if this license does not work in python, any help would be much apreciated